FlexReport for WinForms
GetScriptObject イベント (FlexReport)


C1.Report アセンブリ > C1.Report 名前空間 > FlexReport クラス : GetScriptObject イベント
Occurs when an unknown object is found in the report's script or expression.
シンタックス
'宣言
 
Public Event GetScriptObject As ReportGetScriptObjectEventHandler
'使用法
 
Dim instance As FlexReport
Dim handler As ReportGetScriptObjectEventHandler
 
AddHandler instance.GetScriptObject, handler
public event ReportGetScriptObjectEventHandler GetScriptObject
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、ReportGetScriptObjectEventArgs 型の引数を受け取りました。次の ReportGetScriptObjectEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets the name of the object used in script.  
Gets or sets the object associated with name specified in the Name property.  
参照