다음을 통해 공유


DocumentMapLabel 속성

A label to identify an instance of a report item within the client UI, This provides a user-friendly label for searching.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

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

value = instance.DocumentMapLabel

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