FlexReport for WinForms
FromFile メソッド (PictureHolder)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > PictureHolder クラス : FromFile メソッド
The name of the file.
The base path for resolving a relative file name.
Creates a new instance of the PictureHolder from file name.
シンタックス
'宣言
 
Public Shared Function FromFile( _
   ByVal fileName As System.String, _
   ByVal basePath As System.String _
) As PictureHolder
'使用法
 
Dim fileName As System.String
Dim basePath As System.String
Dim value As PictureHolder
 
value = PictureHolder.FromFile(fileName, basePath)
public static PictureHolder FromFile( 
   System.string fileName,
   System.string basePath
)

パラメータ

fileName
The name of the file.
basePath
The base path for resolving a relative file name.

戻り値の型

PictureHolder object.
参照

参照

PictureHolder クラス
PictureHolder メンバ