ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Aspnet.Designer Namespace / ConfigureExtensions Class / UseReportDesigner Method / UseReportDesigner(IAppBuilder,Action<ReportDesignerConfiguration>) Method
The Owin.IAppBuilder to configure.
An Action to configure the report designer.

In This Topic
    UseReportDesigner(IAppBuilder,Action<ReportDesignerConfiguration>) Method
    In This Topic
    Configures middleware for the ActiveReports designer API.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub UseReportDesigner( _
       ByVal app As Owin.IAppBuilder, _
       ByVal configAction As Action(Of ReportDesignerConfiguration) _
    ) 
    public static void UseReportDesigner( 
       Owin.IAppBuilder app,
       Action<ReportDesignerConfiguration> configAction
    )

    Parameters

    app
    The Owin.IAppBuilder to configure.
    configAction
    An Action to configure the report designer.
    See Also