FlexReport for UWP
BasePath プロパティ

C1.UWP.FlexReport アセンブリ > C1.Xaml.FlexReport 名前空間 > C1FlexReport クラス : BasePath プロパティ
相対パス名で指定された追加ファイルの検索に使用された Windows.Storage.StorageFolderオブジェクトを取得または設定します。相対ファイル名を持つ項目を含むレポートテンプレートに対しては、WorkingDirectory が 正しい値を持つことを確認してください。このプロパティが null の場合は、 DefaultBasePathが使用されます。そうでない場合は、 ApplicationData.Current.LocalFolderが使用されます。
シンタックス
'宣言
 
Public Property BasePath As Windows.Storage.StorageFolder
public Windows.Storage.StorageFolder BasePath {get; set;}
参照

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