FlexReport for WinForms
Open メソッド (ResourceNameParser)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > ResourceNameParser クラス : Open メソッド
Relative or absolute file path or URL.
For internal use. Tries to parse specified location string as file name or URL and opens its stream. location can be relative or absolute, if it is relative then absolute path calculated with using base paths in following order: -) basePath -) DefaultBasePath -) System.Environment.CurrentDirectory Returned ResourceNameParser object should be disposed after using, result can be null if location can not be parsed.
シンタックス
'宣言
 
Public Shared Function Open( _
   ByVal location As System.String, _
   ByVal basePath As System.String _
) As ResourceNameParser
'使用法
 
Dim location As System.String
Dim basePath As System.String
Dim value As ResourceNameParser
 
value = ResourceNameParser.Open(location, basePath)
public static ResourceNameParser Open( 
   System.string location,
   System.string basePath
)

パラメータ

location
Relative or absolute file path or URL.
basePath
参照

参照

ResourceNameParser クラス
ResourceNameParser メンバ