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

In This Topic
    BasePath Property
    In This Topic
    Gets or sets the StorageFolder that is used to search for any additional files specified with relative path names. Make sure that WorkingDirectory has the correct value if the report template contains items with relative file names. If this property is null then DefaultBasePath is used, otherwise ApplicationData.Current.LocalFolder is used.
    Syntax
    'Declaration
     
    Public Property BasePath As StorageFolder
    public StorageFolder BasePath {get; set;}
    See Also