[]
        
(Showing Draft Content)

C1.WPF.Report.FlexReport.BasePath

BasePath Property

BasePath

Gets or sets the StorageFolder that is used to search for any additional files specified with relative path names. This property is updated automatically when a report is loaded from a file. If you load a report definition from a MemoryStream or via the ReportDefinition property, 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 CurrentDirectory is used.

Declaration
[Browsable(false)]
public string BasePath { get; set; }
See Also