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

WebDocumentViewerConfigurationBuilder.EnablePassingExportOptionsPasswordsToClient() Method

Enables passing PDF/Excel passwords specified in the Report Designer to the Web Document Viewer.

Namespace: DevExpress.AspNetCore.Reporting

Assembly: DevExpress.AspNetCore.Reporting.v18.2.dll

Declaration

public WebDocumentViewerConfigurationBuilder EnablePassingExportOptionsPasswordsToClient()

Returns

Type Description
WebDocumentViewerConfigurationBuilder

A WebDocumentViewerConfigurationBuilder that can be used to further configure the Web Document Viewer services.

Remarks

By default, PDF/Excel passwords specified in the Report Designer for a specific report are not exposed in the Web Document Viewer. During the document export, the Document Viewer uses passwords specified in its Export Options tab.

Call the EnablePassingExportOptionsPasswordsToClient method to enable passing these passwords to the Web Document Viewer.

See Also