'Declaration Protected Overridable Function OnInitializeSSRSParametersDialog( _ ByVal dialog As Form, _ ByVal userAction As Boolean, _ ByVal documentSource As C1.Win.C1Document.C1DocumentSource _ ) As Boolean
protected virtual bool OnInitializeSSRSParametersDialog( Form dialog, bool userAction, C1.Win.C1Document.C1DocumentSource documentSource )
Parameters
- dialog
- Dialog that is about to be displayed.
- userAction
- Indicates whether the user causes dialog to show, i.e. user pressed a toolbar button or key combination.
- documentSource
- C1.Win.C1Document.C1DocumentSource object parameters of that are edited.
Return Value
Returns true if dialog should be shown, otherwise false this indicates that parameters values were defined in the event.