IHierarchyMember.Group 属性

The grouping information.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Property Group As Group
    Get
    Set
用法
Dim instance As IHierarchyMember
Dim value As Group

value = instance.Group

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