AutoComplete for ASP.NET Web Forms
AddScriptObject(String,Object,Boolean) メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス > AddScriptObject メソッド : AddScriptObject(String,Object,Boolean) メソッド
Name of the new object (case-insensitive).
Value of the new object.
Whether to add the object to the script context of all subreports as well.
Adds an object to the report's script context.
シンタックス
'宣言
 
Public Overloads Sub AddScriptObject( _
   ByVal name As System.String, _
   ByVal value As System.Object, _
   ByVal addToSubreports As System.Boolean _
) 
public void AddScriptObject( 
   System.string name,
   System.object value,
   System.bool addToSubreports
)

パラメータ

name
Name of the new object (case-insensitive).
value
Value of the new object.
addToSubreports
Whether to add the object to the script context of all subreports as well.
解説

This method allows you to add custom objects to the context of the C1Report script interpreter.

The script interpreter context is cleared whenever a report starts rendering, so this method should always be called from the StartReport event handler.

参照

C1Report クラス
C1Report メンバ
オーバーロード一覧