ReportReportData.IsQueryFromXmlFile Property

Definition

Gets or sets a value that indicates whether the query comes from XML file.

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

Property Value

true if the query comes from XML file; otherwise, false.

Attributes

Applies to