AutoComplete for ASP.NET Web Forms
StartSection メソッド (ExportFilter)

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > ExportFilter クラス : StartSection メソッド
The Section to render.
Left position of the section, in twips.
Top position of the section, in twips.
Called when the component starts rendering a section.
シンタックス
'宣言
 
Public Overridable Sub StartSection( _
   ByVal section As Section, _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) 
public virtual void StartSection( 
   Section section,
   System.double x,
   System.double y
)

パラメータ

section
The Section to render.
x
Left position of the section, in twips.
y
Top position of the section, in twips.
参照

ExportFilter クラス
ExportFilter メンバ