Web API Edition | ComponentOne
C1.Web.Api.Report Namespace / FlexReportProvider Class / Storage Property

In This Topic
    Storage Property (FlexReportProvider)
    In This Topic
    Gets the C1.Web.Api.Storage.IStorageProvider used to access the FlexReport file.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Storage As IStorageProvider
    public IStorageProvider Storage {get;}
    See Also