Report.IsReadOnly() Method
Version: Available or changed with runtime version 7.0.
Gets if the current report's data access intent is readonly.
Syntax
DataAccessIntent := Report.IsReadOnly()
Note
This method can be invoked using property access syntax.
Parameters
Report
Type: Report
An instance of the Report data type.
Return Value
DataAccessIntent
Type: Boolean
A value specifying the readonly data access intent.