ReportReportData.IsQueryFromXmlFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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