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.
シンタックス
'宣言
Public Property BasePath As System.String
'使用法
Dim instance As FlexReport
Dim value As System.String
instance.BasePath = value
value = instance.BasePath
public System.string BasePath {get; set;}
参照