FlexReport for WinForms
Open メソッド (FileNameParser)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FileNameParser クラス : Open メソッド
Relative or absolute file path or URL.
Indicates whether the file specified by location should be opened, true by default.
For internal use. Tries to interpret location as file name relative or absolute, relative file names are resolved same as in ResourceNameParser.Open method.
シンタックス
'宣言
 
Public Shared Function Open( _
   ByVal location As System.String, _
   ByVal basePath As System.String, _
   Optional ByVal openStream As System.Boolean _
) As FileNameParser
'使用法
 
Dim location As System.String
Dim basePath As System.String
Dim openStream As System.Boolean
Dim value As FileNameParser
 
value = FileNameParser.Open(location, basePath, openStream)
public static FileNameParser Open( 
   System.string location,
   System.string basePath,
   System.bool openStream
)

パラメータ

location
Relative or absolute file path or URL.
basePath
openStream
Indicates whether the file specified by location should be opened, true by default.

戻り値の型

The FileNameParser object.
参照

参照

FileNameParser クラス
FileNameParser メンバ