Raises the InitializeParametersDialog event.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected internal void OnInitializeParametersDialog(
	DialogEventArgs e
)
Visual Basic
Protected Friend Sub OnInitializeParametersDialog ( _
	e As DialogEventArgs _
)

Parameters

e
Type: C1.C1Report..::..DialogEventArgs
DialogEventArgs that contains event data.

See Also