共用方式為


TablixMember.KeepWithGroup 屬性

Gets a value that indicates whether a static tablix member should be kept on the page with the previous or next non-hidden sibling, if possible.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property KeepWithGroup As KeepWithGroup 
    Get
'用途
Dim instance As TablixMember 
Dim value As KeepWithGroup 

value = instance.KeepWithGroup
public abstract KeepWithGroup KeepWithGroup { get; }
public:
virtual property KeepWithGroup KeepWithGroup {
    KeepWithGroup get () abstract;
}
abstract KeepWithGroup : KeepWithGroup
abstract function get KeepWithGroup () : KeepWithGroup

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.KeepWithGroup
A KeepWithGroup object that indicates whether a static tablix member should be kept on the page with the previous or next non-hidden sibling, if possible.

請參閱

參考

TablixMember 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間