次の方法で共有


Group.DocumentMapLabelLocID プロパティ

DocumentMapLabel プロパティの一意の識別子を取得または設定します。

名前空間:  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
DocumentMapLabel プロパティの一意の識別子。

関連項目

参照

Group クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間