SIFWorks ADK 2.0
ReportDefinitionSource Property
NamespacesEdustructures.SifWorks.ReportingReportManifestReportDefinitionSource

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

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

The SIF specification defines the meaning of this null as: "Indicates where the report definition can be found. If Type is Embedded or Base64Binary, this element's value contains the report definition. If Type is URL, this element's value is the location of the external definition. A Type value of SIF_Query indicates that the SIF_QueryGroup element contains the definition."

To remove the ReportDefinitionSource, set ReportDefinitionSource to null

Version: 2.0

Since: 1.5r1

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