다음을 통해 공유


DocumentMapLabel 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property DocumentMapLabel As ReportStringProperty
    Get
‘사용 방법
Dim instance As ReportItem
Dim value As ReportStringProperty

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