Skip to main content
A newer version of this page is available. .

IWebDocumentViewerAuthorizationService Methods

Implements custom authorization to restrict access to reports and generated documents in a web reporting application.
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