ChartMember.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