Partilhar via


Propriedade do RDL Group.DocumentMapLabel

A label to identify an instance of the group within the client UI (to provide a user-friendly label for searching).

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

Sintaxe

'Declaração
Public ReadOnly Property DocumentMapLabel As ReportStringProperty 
    Get
'Uso
Dim instance As Group 
Dim value As ReportStringProperty 

value = instance.DocumentMapLabel
public ReportStringProperty DocumentMapLabel { get; }
public:
property ReportStringProperty^ DocumentMapLabel {
    ReportStringProperty^ get ();
}
member DocumentMapLabel : ReportStringProperty
function get DocumentMapLabel () : ReportStringProperty

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Consulte também

Referência

Group Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering