Skip to main content
All docs
V19.2

ExtensionsFactory.ReportViewer(Action<ReportViewerSettings>) Method

Creates a Report Viewer.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public ReportViewerExtension ReportViewer(
    Action<ReportViewerSettings> method
)

Parameters

Name Type Description
method Action<ReportViewerSettings>

A delegate method that accepts ReportViewerSettings as a parameter.

Returns

Type Description
ReportViewerExtension

A ReportViewerExtension object implementing the Report Viewer functionality.

See Also