Udostępnij przez


Właściwość ReportItemInstance.DocumentMapLabel

Pobiera wartość obliczoną DocumentMapLabel właściwość w ReportItem klasy

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Property DocumentMapLabel As String
    Get
    Set
'Użycie
Dim instance As ReportItemInstance
Dim value As String

value = instance.DocumentMapLabel

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

Wartość właściwości

Typ: System.String
A ciąg wartości reprezentującej obliczonej wartości DocumentMapLabel właściwość.