ReportItem.DocumentMapLabelLocID 属性

The unique identifier for the DocumentMapLabel property.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property DocumentMapLabelLocID As String
    Get
    Set
用法
Dim instance As ReportItem
Dim value As String

value = instance.DocumentMapLabelLocID

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

属性值

类型:System.String
A string value.