ChartMember.Group Property

Definition

Gets or sets the expressions by which to group the data.

public:
 virtual property Microsoft::ReportingServices::RdlObjectModel::Group ^ Group { Microsoft::ReportingServices::RdlObjectModel::Group ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::Group ^ value); };
public override Microsoft.ReportingServices.RdlObjectModel.Group Group { get; set; }
member this.Group : Microsoft.ReportingServices.RdlObjectModel.Group with get, set
Public Overrides Property Group As Group

Property Value

A Group object.

Implements

Remarks

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.

Applies to