共用方式為


Report.ReportID 屬性

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

請參閱

參考

Report 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間