ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Aspnet.Designer Namespace / ConfigureExtensions Class / UseReportDesigner Method / UseReportDesigner(IAppBuilder,Action<ReportDesignerConfiguration>) Method

In This Topic
    UseReportDesigner(IAppBuilder,Action<ReportDesignerConfiguration>) Method
    In This Topic
    Configures middleware for 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
    configAction
    See Also