Udostępnij przez


Właściwość Report.ReportID

Identyfikator unikatowy dla raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property ReportID As Guid
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Guid
A Guid obiektu.