CustomReportProvider Constructor
In This Topic
Initializes a new instance of
CustomReportProvider object.
Syntax
Parameters
- documentCreater
- The function to create the document for the specified path. The first parameter of the function represents the relative path of the document. The second parameter of the function represents the collection of HTTP query string variables.
- getCatalogInfoFunc
- The function to get the catalog info of the specified folder or report. The first parameter of the function reprents the key used to register the provider. The second parameter of the function represents the relative path of the folder or report. The third parameter of the function represents whether to return the entire tree of child items below the specified item. The fourth parameter of the function represents the collection of HTTP query string variables.
See Also