Condividi tramite


Proprietà Group.DocumentMapLabel

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

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

Sintassi

'Dichiarazione
Public ReadOnly Property DocumentMapLabel As ReportStringProperty 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Group Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering