Report.CompatLevelSpecified Property

Definition

Gets or sets a value indicating whether the compatible level is specified.

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

Property Value

true if the report is specified.; otherwise, false.

Attributes

Applies to