ReportItem.DocumentMapLabel 属性

Gets an expression that evaluates to 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(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
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