Condividi tramite


Proprietà GroupInstance.DocumentMapLabel

Gets the calculated value of the DocumentMapLabel property in a Group class.

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

Sintassi

'Dichiarazione
Public ReadOnly Property DocumentMapLabel As String 
    Get
'Utilizzo
Dim instance As GroupInstance 
Dim value As String 

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

Valore proprietà

Tipo: System.String
A string value that represents the calculated value of the DocumentMapLabel property.

Vedere anche

Riferimento

GroupInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering