InitializeSSRSParametersDialogEventArgs Class Members
In This Topic
The following tables list the members exposed by InitializeSSRSParametersDialogEventArgs.
Public Properties
| Name | Description |
| Dialog | TBD: Gets a System.Windows.Forms.Form object that is about to be displayed. |
| DocumentSource | TBD: Gets a C1.Win.C1Document.C1DocumentSource object parameters of that are edited. |
| Parameters | TBD: Gets a C1.Win.C1Document.ParameterCollection collection, shortcut for the C1.Win.C1Document.C1DocumentSource.Parameters property. |
| ShowDialog | TBD: Gets or sets a value that determines whether the component should display the parameters dialog. |
| UserAction | TBD: Gets a value indicating whether the user causes dialog to show. This property is false when dialog showed automatically before rendering a document, true indicates that user pressed "Parameters" button in toolbar. |
Top
See Also