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

Sets 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 retrieved by GetSelectedForReports.

Syntax
C#
IResult SetSelectedForReports(IEnumerable<ICoreInfoReportable> infos, bool value);
Parameters
Description
IEnumerable<ICoreInfoReportable> infos
The collection of ICoreInfoReportable for which the status will be set.
bool value
The value to which the status will be set for the given ICoreInfoReportable.

Returns a IResult, which indicates whether the status was successfully set.

>

Copyright © 2022. All rights reserved.