[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <ReportDefinitionSource> element.
| C# | Visual Basic | Visual C++ |
public ReportDefinitionSource ReportDefinitionSource{ get; set;}
Public Property ReportDefinitionSource As ReportDefinitionSource
public: property ReportDefinitionSource^ ReportDefinitionSource { ReportDefinitionSource^ get (); void set (ReportDefinitionSource^ value); }
A ReportDefinitionSource
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