ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / ReportDesignerConfiguration Class / UseReportsProvider Method

In This Topic
    UseReportsProvider Method (ReportDesignerConfiguration)
    In This Topic
    Use custom report store provider.
    Syntax
    'Declaration
     
    Public Function UseReportsProvider( _
       ByVal reportStore As IReportStore _
    ) As ReportDesignerConfiguration
    public ReportDesignerConfiguration UseReportsProvider( 
       IReportStore reportStore
    )

    Parameters

    reportStore
    See Also