ICustomReportItem.Process メソッド
カスタム レポート アイテムを表示し、RenderItem プロパティに配置します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Function Process As ChangeType
'使用
Dim instance As ICustomReportItem
Dim returnValue As ChangeType
returnValue = instance.Process()
ChangeType Process()
ChangeType Process()
abstract Process : unit -> ChangeType
function Process() : ChangeType
戻り値
型: Microsoft.ReportingServices.ReportRendering.ChangeType
このメソッドは常に、None の ChangeType 列挙子の値を返します。
説明
レポートの実行時に、レポート処理エンジンはカスタム レポート アイテムのランタイム コントロールの Process メソッドを呼び出します。 Process メソッドを使用して、CustomItem プロパティに含まれているデータを解析し、カスタム レポート アイテムの画像を表示し、表示画像を RenderItem プロパティに配置することができます。 その後、レポート処理エンジンは、レポートの RenderItem プロパティに含まれている画像を表示します。
詳細については、「カスタム レポート アイテムの実行時コンポーネントの作成」を参照してください。