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, _
   Optional ByVal docSource As C1DocumentSource _
) As PictureHolder
'使用法
 
Dim fileName As System.String
Dim basePath As System.String
Dim docSource As C1DocumentSource
Dim value As PictureHolder
 
value = PictureHolder.FromFile(fileName, basePath, docSource)
public static PictureHolder FromFile( 
   System.string fileName,
   System.string basePath,
   C1DocumentSource docSource
)

パラメータ

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

戻り値の型

参照

参照

PictureHolder クラス
PictureHolder メンバ