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

IWebDocumentViewerAuthorizationService Interface

If implemented, provides methods enabling you to provide a custom authorization mechanism in your web reporting application.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v19.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public interface IWebDocumentViewerAuthorizationService

Remarks

For a code sample, see the following example online: How to implement a custom authorization service.

See Also