Proprietà ChartMember.Group
Gets or sets the expressions by which to group the data.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Overrides Property Group As Group
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.Group
A Group object.
Implementa
Osservazioni
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.