[This is preliminary documentation and is subject to change.]
Sets the value of the <ReportInfo> element.
| C# | Visual Basic | Visual C++ |
public void SetReportInfo( string ReportManifestRefId, Nullable<DateTime> CalculationDate, Nullable<int> SubmissionNumber, SubmissionReason SubmissionReason )
- ReportManifestRefId (String)
- The report manifest corresponding to this report.
- CalculationDate (Nullable<(Of <DateTime>)>)
- The date on which the report was calculated.
- SubmissionNumber (Nullable<(Of <Int32>)>)
- A number that identifies the submission; beginning at 1 and incremented each time a submission is done for a particular report; used to indicate resubmission(s).
- SubmissionReason (SubmissionReason)
- Reason for the report submission.
This form of setReportInfo is provided as a convenience method that is functionally equivalent to the ReportInfo
Version: 2.0
Since: 1.5r1