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

Checks if it is possible to get a report.

Syntax
C#
public new 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.