ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / ReportDesignerConfiguration Class / UseReportViewer Method
An Action to configure the report viewer.

In This Topic
    UseReportViewer Method (ReportDesignerConfiguration)
    In This Topic
    Configures middleware for the ActiveReports viewer API.
    Syntax
    'Declaration
     
    Public Sub UseReportViewer( _
       ByVal configAction As Action(Of ReportViewerConfiguration) _
    ) 
    public void UseReportViewer( 
       Action<ReportViewerConfiguration> configAction
    )

    Parameters

    configAction
    An Action to configure the report viewer.
    See Also