次の方法で共有


ComponentId プロパティ

レポート パーツの一意識別子を取得します。値の設定も可能です。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property ComponentId As Nullable(Of Guid)
    Get
    Set
'使用
Dim instance As ComponentMetadata
Dim value As Nullable(Of Guid)

value = instance.ComponentId

instance.ComponentId = value
public Nullable<Guid> ComponentId { get; set; }
public:
property Nullable<Guid> ComponentId {
    Nullable<Guid> get ();
    void set (Nullable<Guid> value);
}
member ComponentId : Nullable<Guid> with get, set
function get ComponentId () : Nullable<Guid>
function set ComponentId (value : Nullable<Guid>)

プロパティ値

型: System. . :: . .Nullable< (Of < ( <'Guid> ) > ) >
Nullable<(Of <(<'T>)>)> オブジェクト。