SIFWorks ADK 2.0
ReportData Property
NamespacesEdustructures.SifWorks.ReportingSIF_ReportObjectReportData

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <ReportData> element.
Declaration Syntax
C#Visual BasicVisual C++
public ReportData ReportData{ get; set;}
Public Property ReportData As ReportData
public:
property ReportData^ ReportData {
	ReportData^ get ();
	void set (ReportData^ value);
}
Value
A ReportData
Remarks

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

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10