AutoComplete for ASP.NET Web Forms
OnOpen プロパティ

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : OnOpen プロパティ
Gets or sets the VBScript that is executed when the report starts rendering.
シンタックス
'宣言
 
Public Property OnOpen As System.String
public System.string OnOpen {get; set;}
解説

The control also fires the StartReport event at this time.

The difference between the regular event and the VBScript property is that the handler for the regular event belongs to the application, and should thus be used to support tasks that are independent of the report. For example, to display a message on the main window when rendering starts.

The VBScript handler in the property belongs to the report, and will be executed regardless of the application. For example, a report might contain a VBScript handler that resets global variables in the VBScript context when a report starts rendering.

参照

C1Report クラス
C1Report メンバ