Asynchronously creates a report according to the given report type via user interface. The report is generated for the passed elevations. If an empty list is passed, a report with all elevations of the project is automatically generated.
Syntax
C#
public ISynchronizedOperation BeginReport(ReportItemreportItem, IEnumerable<ICoreInfoReportable> reportables, Dictionary<string, object> parameters);