ComponentOne FlexReport for UWP
BasePath Property

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > C1FlexReport Class : BasePath Property
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 Windows.Storage.StorageFolder
public Windows.Storage.StorageFolder BasePath {get; set;}
See Also

Reference

C1FlexReport Class
C1FlexReport Members
DefaultBasePath Property