Condividi tramite


Proprietà Group.Name

Gets the name of the grouping.

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String 
    Get
'Utilizzo
Dim instance As Group 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valore proprietà

Tipo: System.String
A String value containing the name of this grouping.

Osservazioni

The name is unique in the definition.

Vedere anche

Riferimento

Group Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering