[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportProviderManager

ReportProviderManager Class

The manager for report providers.

Inheritance
ReportProviderManager
Namespace: C1.Web.Api.Report
Assembly: C1.Web.Api.Report.dll
Syntax
public sealed class ReportProviderManager : Manager<ReportProvider>

Properties

Name Description
Current

Gets the current report provider manager.

Methods

Name Description
AddFlexReportDiskStorage(string, string)

Add a disk storage for FlexReport to current ReportProviderManager.

AddFlexReportStorage(string, IStorageProvider)

Add an IStorageProvider for FlexReport to current ReportProviderManager.

AddSsrsReportHost(string, SsrsHost)

Add SsrsHost for SSRS report to current ReportProviderManager.

AddSsrsReportHost(string, string, NetworkCredential, AuthenticationType, int)

Add an SSRS host for SSRS report to current ReportProviderManager.