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