[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <ReportData> element.
| C# | Visual Basic | Visual C++ |
public ReportData ReportData{ get; set;}
Public Property ReportData As ReportData
public: property ReportData^ ReportData { ReportData^ get (); void set (ReportData^ value); }
A ReportData
The SIF specification defines the meaning of this null as: "Container element for the report content; one valid SIF object can occur as a child here. This element is conditional. This element or ReportInfo or SIF_ExtendedQueryResults is included but never at the same time. See examples of the usage of the object below."
To remove the ReportData, set ReportData to null
Version: 2.0
Since: 1.5r1