Web API Core | ComponentOne
C1.Web.Api.Report Namespace / CustomReportProvider Class
Members

In This Topic
    CustomReportProvider Class
    In This Topic
    Represents the custom provider which allows to customize the creation of document.
    Syntax
    'Declaration
     
    
    Public Class CustomReportProvider 
       Inherits ReportProvider
    public class CustomReportProvider : 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