Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IWebDocumentViewerAuthorizationService Members

Implements custom authorization to restrict access to reports and generated documents in a web reporting application.

#Methods

Name Description
CanCreateDocument() Specifies whether document creation is permitted.
CanCreateReport() Specifies whether report creation in the viewer’s internal storage is permitted.
CanReadDocument(String) Specifies whether document retrieval from the server is permitted.
CanReadReport(String) Specifies whether a report can be read from the server.
CanReleaseDocument(String) Specifies whether disposal of the specified document in the viewer cache or internal storage is permitted.
CanReleaseReport(String) Specifies whether the specified report can be disposed of.
See Also