共用方式為


Group.DocumentMapLabelLocID 屬性

Gets or sets 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 Group 
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
The unique identifier for the DocumentMapLabel property.

請參閱

參考

Group 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間