Creates a retrieves according to the given report type. 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 Stream GetReport(ReportItemreportItem, IEnumerable<ICoreInfoReportable> reportables, Dictionary<string, object> parameters);
Parameters
Parameters
Description
ReportItem reportItem
Defines the type of report. Report types can be received with Project.GetReports.