共用方式為


TablixMember.KeepWithGroup 屬性

Gets or sets 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.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property KeepWithGroup As KeepWithGroupTypes 
    Get 
    Set
'用途
Dim instance As TablixMember 
Dim value As KeepWithGroupTypes 

value = instance.KeepWithGroup

instance.KeepWithGroup = value
public KeepWithGroupTypes KeepWithGroup { get; set; }
public:
property KeepWithGroupTypes KeepWithGroup {
    KeepWithGroupTypes get ();
    void set (KeepWithGroupTypes value);
}
member KeepWithGroup : KeepWithGroupTypes with get, set
function get KeepWithGroup () : KeepWithGroupTypes 
function set KeepWithGroup (value : KeepWithGroupTypes)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.KeepWithGroupTypes
A KeepWithGroupTypes object.

請參閱

參考

TablixMember 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間