FlexReport for WinForms
BasePath プロパティ (FlexReport)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス : 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 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;}
参照

参照

FlexReport クラス
FlexReport メンバ
DefaultBasePath プロパティ