ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / ReportViewerConfiguration Class / UseReportProvider Method / UseReportProvider(GetReportFn,GetReportDescriptorFn) Method

In This Topic
    UseReportProvider(GetReportFn,GetReportDescriptorFn) Method
    In This Topic
    Use custom simplistic provider.
    Syntax
    'Declaration
     
    Public Overloads Function UseReportProvider( _
       ByVal getReport As GetReportFn, _
       ByVal getReportDescriptor As GetReportDescriptorFn _
    ) As ReportViewerConfiguration

    Parameters

    getReport
    getReportDescriptor
    See Also