Report.ReportID 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定報告的唯一識別碼。
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
屬性值
報告的唯一識別碼。
- 屬性