Web API Edition | ComponentOne
C1.Web.Api.Report Namespace / FlexReportProvider Class / FlexReportProvider Constructor
The C1.Web.Api.Storage.IStorageProvider used to access the FlexReport file.

In This Topic
    FlexReportProvider Constructor
    In This Topic
    Initializes a new instance of FlexReportProvider instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal storage As IStorageProvider _
    )
    public FlexReportProvider( 
       IStorageProvider storage
    )

    Parameters

    storage
    The C1.Web.Api.Storage.IStorageProvider used to access the FlexReport file.
    See Also