Report.CompatLevelSpecified プロパティ

定義

互換性レベルが指定されているかどうかを示す値を取得します。値の設定も可能です。

public:
 property bool CompatLevelSpecified { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlIgnore]
public bool CompatLevelSpecified { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.CompatLevelSpecified : bool with get, set
Public Property CompatLevelSpecified As Boolean

プロパティ値

レポートが指定されている場合は true、それ以外の場合は false

属性

適用対象