Report.ReportID 属性

The unique identifier for the report.

命名空间:  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
A Guid object.