Partager via


Propriété Group.Name

Gets the name of the grouping.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Name As String 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

The name is unique in the definition.

Voir aussi

Référence

Group Classe

Espace de noms Microsoft.ReportingServices.ReportRendering