Retrieves the status for the given list of ICoreInfoCollapsable. The status indicates whether the ICoreInfoCollapsable is collapsed in the user interface. The default status is set to false. The status can be set by SetCollapsed.
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.
Sets the status for the given list of ICoreInfoCollapsable. The status indicates whether the ICoreInfoCollapsable is collapsed in the user interface. The default status is set to false. The status can be retrieved by GetCollapsed.
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.