Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the unique identifier for the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ReportID As Guid
Get
Set
'Usage
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)
Property Value
Type: System.Guid
The unique identifier for the report.