AutoComplete for ASP.NET Web Forms
HtmlTableFilter コンストラクタ(Stream,String,String)

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > HtmlTableFilter クラス > HtmlTableFilter コンストラクタ : HtmlTableFilter コンストラクタ(Stream,String,String)
Output stream where the report will be rendered.
A unique report identifier used to avoid duplicate style names when adding several reports to the same HTML stream.
Path and template of file name for member files (pictures etc).
Initializes a new instance of the HtmlFilter class attached to a stream.
シンタックス
'宣言
 
Public Function New( _
   ByVal stream As System.IO.Stream, _
   ByVal idPrefix As System.String, _
   ByVal fileName As System.String _
)
public HtmlTableFilter( 
   System.IO.Stream stream,
   System.string idPrefix,
   System.string fileName
)

パラメータ

stream
Output stream where the report will be rendered.
idPrefix
A unique report identifier used to avoid duplicate style names when adding several reports to the same HTML stream.
fileName
Path and template of file name for member files (pictures etc).
参照

HtmlTableFilter クラス
HtmlTableFilter メンバ
オーバーロード一覧