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 IOperationInfo CanGetReport(IReportItem reportItem, IEnumerable<ICoreInfoReportable> coreInfos, Dictionary<string, object> parameters);
Parameters
Description
IReportItem reportItem
The report to be gotten.
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.

An IOperationInfo to check if the method can be called.

Copyright © 2020. All rights reserved.