共用方式為


TablixMember.Group 屬性

Gets or sets the expressions by which to group the data. If omitted, this is a static member (otherwise, this is a dynamic member). Not allowed if any ancestor group is a detail group.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Overrides Property Group As Group 
    Get 
    Set
'用途
Dim instance As TablixMember 
Dim value As Group 

value = instance.Group

instance.Group = value
public override Group Group { get; set; }
public:
virtual property Group^ Group {
    Group^ get () override;
    void set (Group^ value) override;
}
abstract Group : Group with get, set 
override Group : Group with get, set
override function get Group () : Group 
override function set Group (value : Group)

屬性值

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

實作

IHierarchyMember.Group

請參閱

參考

TablixMember 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間