다음을 통해 공유


Group 속성

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 member is a detail group. Page breaks in the group are not allowed..

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Overrides Property Group As Group
    Get
    Set
‘사용 방법
Dim instance As ChartMember
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)

구현

IHierarchyMember. . :: . .Group