IWebApplicationReportSettings.DataSourceData_ReadOnly

Fore Syntax

DataSourceData_ReadOnly: TriState;

Fore.NET Syntax

DataSourceData_ReadOnly: Prognoz.Platform.Interop.ForeSystem.TriState;

Description

The DataSourceData_ReadOnly property determines the possibility of data editing in reports.

Review

By default editing is disabled. Property value overwrites value of the reportEditable attribute set in Web.config.

NOTE. The Web assembly is outdated and is supported in previous versions only.

Fore and Fore.NET Example

The property use is given for IWebApplicationReportSettings.ChartFormat.

See also:

IWebApplicationReportSettings