次の方法で共有


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

プロパティ値

レポートの一意の識別子です。

属性

適用対象