ComponentOne FlexReport for WinForms
BasePath Property

C1.Win.FlexReport.4 Assembly > C1.Win.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. This property is updated automatically when a report is loaded from a file. If you load a report definition from a System.IO.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 System.Environment.CurrentDirectory is used.
Syntax
'Declaration
 
Public Property BasePath As System.String
public System.string BasePath {get; set;}
See Also

Reference

C1FlexReport Class
C1FlexReport Members
DefaultBasePath Property