FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / DefaultBasePath Property

In This Topic
    DefaultBasePath Property
    In This Topic
    Gets or sets the Windows.Storage.StorageFolder object that specifies the default folder used to resolve relative file names. By default this property is null, in which case ApplicationData.Current.LocalFolder is used.
    Syntax
    'Declaration
     
    Public Shared Property DefaultBasePath As StorageFolder
    public static StorageFolder DefaultBasePath {get; set;}
    See Also