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

IWebDocumentViewerAuthorizationService Methods

If implemented, provides methods enabling you to provide a custom authorization mechanism in your web reporting application.
Name Description
CanCreateDocument() Specifies whether or not creating any documents is permitted.
CanCreateReport() Specifies whether or not saving reports to the report storage is permitted.
CanReadDocument(String) Specifies whether or not obtaining the specified document from the server is permitted.
CanReadReport(String) Specifies whether or not obtaining the specified report from the server is permitted.
CanReleaseDocument(String) Specifies whether or not disposing the specified document from the server storage is permitted.
CanReleaseReport(String) Specifies whether or not disposing the specified report from the server storage is permitted.
See Also