'Declaration Public Overloads Function UseReportProvider( _ ByVal getReport As GetReportFn, _ ByVal getReportDescriptor As GetReportDescriptorFn _ ) As ReportViewerConfiguration
public ReportViewerConfiguration UseReportProvider( GetReportFn getReport, GetReportDescriptorFn getReportDescriptor )
Parameters
- getReport
- A delegate GetReportFn that retrieves the report for the specified report identifier.
- getReportDescriptor
- A delegate GetReportDescriptorFn that retrieves the report descriptor for the specified report identifier.
Return Value
The current ReportViewerConfiguration instance.