Exago .NET API Documentation
IsReportReadOnly Method
WebReports.Api.ReportMgmt Namespace > ReportMgmtBase Class : IsReportReadOnly Method
A ContentMetadata object that represents the report to check the read-only status of.
Determine if a report is read-only or not.
Syntax
public System.bool IsReportReadOnly( 
   ContentMetadata metadata
)

Parameters

metadata
A ContentMetadata object that represents the report to check the read-only status of.

Return Value

True if the report is read-only, or False if it is not.
See Also

Reference

ReportMgmtBase Class
ReportMgmtBase Members