You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > Project Class > Project Methods > Project.CanGetReport Method
Close
Ofcas.Lk.Api.Client - Version 3.0
Project.CanGetReport Method

Checks if it is possible to get a report.

Syntax
C#
public OperationInfo CanGetReport(ReportItem reportItem, IEnumerable<ICoreInfoReportable> reportables, Dictionary<string, object> parameters);
Parameters
Description
ReportItem reportItem
The report to be gotten.
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.

An OperationInfo to check if the method can be called.

Copyright © 2020. All rights reserved.