FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / DefaultBasePath Property

In This Topic
    DefaultBasePath Property (C1FlexReport)
    In This Topic
    Gets or sets the default directory that is used to resolve relative file names. By default this property is null, in which case Environment.CurrentDirectory is used.
    Syntax
    'Declaration
     
    Public Shared Property DefaultBasePath As String
    public static string DefaultBasePath {get; set;}
    See Also