Proprietà IHierarchyMember.Group
Gets or sets the grouping information.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Property Group As Group
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.Group
A Group object.