次の方法で共有


Report.ReportID プロパティ

レポートの一意識別子を取得または設定します。

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

構文

'宣言
Public Property ReportID As Guid 
    Get 
    Set
'使用
Dim instance As Report 
Dim value As Guid 

value = instance.ReportID

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

プロパティ値

型: System.Guid
レポートの一意の識別子です。

関連項目

参照

Report クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間