You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > ProjectUi Class > ProjectUi Methods > Report Method > ProjectUi.Report Method (ReportItem, IEnumerable<ICoreInfoReportable>, Dictionary<string, object>)
ProjectUi.Report Method (ReportItem, IEnumerable<ICoreInfoReportable>, Dictionary<string, object>)
Close
Ofcas.Lk.Api.Client - Version 3.0
ProjectUi.Report Method (ReportItem, IEnumerable<ICoreInfoReportable>, Dictionary<string, object>)

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 IDialogResult<ReportResult> Report(ReportItem reportItem, IEnumerable<ICoreInfoReportable> reportables, Dictionary<string, object> parameters);
Parameters
Description
ReportItem reportItem
Defines the type of report. Report types can be received with Project.GetReports.
IEnumerable<ICoreInfoReportable> reportables
List of reportables to be used for the report.
Dictionary<string, object> parameters
A dictionary with parameters can be used to specify reports options, see WellKnownParameterKeys.Project.Report.

Returns a IDialogResult for the given report item.

Copyright © 2019. All rights reserved.