public ReportObject Create( wrReportType reportType, System.bool isNew )
Parameters
- reportType
- The type of report to create, one of the wrReportType Enumeration members.
- isNew
- The value of the ReportObject's IsNew Property when this report is created. For newly created reports that have not yet been saved to the repository, this value should be True.
Return Value
A ReportObject object that represents the new report.