C1.Web.Api.Report Namespace / CustomReportProvider Class
Members

CustomReportProvider Class
Represents the custom provider which allows to customize the creation of document.
Syntax
'Declaration
 
Public Class CustomReportProvider 
   Inherits ReportProvider
 
Remarks
Use this provider to create the document by yourself.
Inheritance Hierarchy

System.Object
   C1.Web.Api.Report.ReportProvider
      C1.Web.Api.Report.CustomReportProvider

See Also