Web API Core | ComponentOne
C1.Web.Api.Report Namespace / ReportProviderManager Class / AddFlexReportDiskStorage Method
The provider key.
The full path of the root.

In This Topic
    AddFlexReportDiskStorage Method
    In This Topic
    Add a disk storage for FlexReport to current ReportProviderManager.
    Syntax
    'Declaration
     
    
    Public Function AddFlexReportDiskStorage( _
       ByVal key As String, _
       ByVal rootPath As String _
    ) As ReportProviderManager
    public ReportProviderManager AddFlexReportDiskStorage( 
       string key,
       string rootPath
    )

    Parameters

    key
    The provider key.
    rootPath
    The full path of the root.

    Return Value

    See Also