You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > Project Class > Project Methods > GetReport Method > Project.GetReport Method (IReportItem, IEnumerable<ICoreInfoReportable>, Dictionary<string, object>)
Project.GetReport Method (IReportItem, IEnumerable<ICoreInfoReportable>, Dictionary<string, object>)
Close
Ofcas.Lk.Api.Client - Version 3.0
Project.GetReport Method (IReportItem, IEnumerable<ICoreInfoReportable>, Dictionary<string, object>)

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(IReportItem reportItem, IEnumerable<ICoreInfoReportable> coreInfos, Dictionary<string, object> parameters);
Parameters
Description
IReportItem reportItem
Defines the type of report. Report types can be received with Project.GetReports.
IEnumerable<ICoreInfoReportable> coreInfos
List of coreInfos 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 stream for the given report item.

Copyright © 2020. All rights reserved.