Compartilhar via


Propriedade do RDL Report.ReportID

Gets or sets the unique identifier for the report.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ReportID As Guid 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Guid
The unique identifier for the report.

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.RdlObjectModel