Partilhar via


Propriedade do RDL Group.Name

Gets the name of the grouping.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Name As String 
    Get
'Uso
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

Valor da propriedade

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

Comentários

The name is unique in the definition.

Consulte também

Referência

Group Classe

Namespace Microsoft.ReportingServices.ReportRendering