Back to Devexpress

DxDocumentViewerRequestOptions Class

xtrareports-devexpress-dot-blazor-dot-reporting-168d28cf.md

latest1.4 KB
Original Source

DxDocumentViewerRequestOptions Class

A nested component that allows you to specify where to send requests from the Document Viewer.

Namespace : DevExpress.Blazor.Reporting

Assembly : DevExpress.Blazor.Reporting.v25.2.JSBasedControls.dll

NuGet Package : DevExpress.Blazor.Reporting.JSBasedControls

Declaration

csharp
public class DxDocumentViewerRequestOptions :
    SettingsComponent<DocumentViewerRequestOptionsModel>
vb
Public Class DxDocumentViewerRequestOptions
    Inherits SettingsComponent(Of DocumentViewerRequestOptionsModel)

Inheritance

Object ComponentBase DevExpress.Blazor.Reporting.Base.SettingsComponent<DevExpress.Blazor.Reporting.DocumentViewerRequestOptionsModel> DxDocumentViewerRequestOptions

See Also

DxDocumentViewerRequestOptions Members

DevExpress.Blazor.Reporting Namespace