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

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : Render メソッド
Renders the report into an internal collection of images.
シンタックス
'宣言
 
Public Sub Render() 
public void Render()
解説

This method is called implicitly when other classes access the Document property, so you rarely have to call Render directly from your code.

In some cases, you may want to access the report as a collection of pages, exposed by the PageImages property. To ensure that the image collection is available and up-to-date, call the Render method directly.

参照

C1Report クラス
C1Report メンバ