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

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : Clear() メソッド
Clears the current report.
シンタックス
'宣言
 
Public Sub Clear() 
public void Clear()
解説

This method removes all groups, group sections, and fields from the current report.

It also resets the DataSource and Layout objects, and clears (but does not remove) the fixed sections that all reports have: Detail, Header, Footer, PageHeader, and PageFooter.

Use this method when you want to clear a report and start creating a new one from scratch.

参照

C1Report クラス
C1Report メンバ