AutoComplete for ASP.NET Web Forms
AddOutlineEntry メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > ExportFilter クラス : AddOutlineEntry メソッド
Outline header.
Outline level.
Left position of the outline, in twips.
Top position of the outline, in twips.
Called when the component renders the beginning of a report group.
シンタックス
'宣言
 
Public Overridable Sub AddOutlineEntry( _
   ByVal heading As System.String, _
   ByVal level As System.Integer, _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) 
public virtual void AddOutlineEntry( 
   System.string heading,
   System.int level,
   System.double x,
   System.double y
)

パラメータ

heading
Outline header.
level
Outline level.
x
Left position of the outline, in twips.
y
Top position of the outline, in twips.
解説
This method allows the filter to build a report outline.
参照

ExportFilter クラス
ExportFilter メンバ