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.