Skip to main content

ReportViewerExtension.Settings Property

Provides access to the ReportViewerExtension‘s settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ReportViewerSettings Settings { get; }

Property Value

Type Description
ReportViewerSettings

A ReportViewerSettings object.

See Also