[]
Represents the custom provider which allows to customize the creation of document.
public class CustomReportProvider : ReportProvider
Use this provider to create the document by yourself.
Name | Description |
---|---|
CustomReportProvider(Func<string, NameValueCollection, C1DocumentSource>, Func<string, string, bool, NameValueCollection, CatalogItem>) | Initializes a new instance of CustomReportProvider object. |
Name | Description |
---|---|
CreateDocument(string, NameValueCollection) | Creates the document for the specified report path. |
GetCatalogItem(string, string, bool, NameValueCollection) | Gets catalog info of the specified path. |