言語

Report.ReportID プロパティ

定義

レポートの一意識別子を取得したり設定したりします。

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

プロパティ値

レポートの一意識別子。

属性

適用対象