'宣言 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.