Partager via


Propriété GroupInstance.DocumentMapLabel

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

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

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

GroupInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering