Report.ReportID Property

Definition

Gets or sets the unique identifier for the report.

public:
 property Guid ReportID { Guid get(); void set(Guid value); };
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public Guid ReportID { get; set; }
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.ReportID : Guid with get, set
Public Property ReportID As Guid

Property Value

The unique identifier for the report.

Attributes

Applies to