Compartir a través de


Group Propiedad

The grouping information.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Property Group As Group
    Get
    Set
'Uso
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)