You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Interfaces > IProject Interface
> IProject Methods > IProject.GetSelectedForReports Method
Close
Ofcas.Lk.Api.Client - Version 3.0
IProject.GetSelectedForReports Method

Retrieves the status for the given list of ICoreInfoReportable. The status indicates whether the ICoreInfoReportable is selected for reports in the user interface. You can set the status to false, if you want to ignore the ICoreInfoReportable when executing a report in the user interface. The default status is set to true. The status can be set by SetSelectedForReports.

Syntax
C#
ISelectedForReportsResult GetSelectedForReports(IEnumerable<ICoreInfoReportable> infos);
Parameters
Description
IEnumerable<ICoreInfoReportable> infos
The collection of SetSelectedForReports from which the status will be returned.

Returns a ISelectedForReportsResult, which contains the status for each given ICoreInfoCollapsable

Copyright ORGADATA AG © 2023. All rights reserved.