CreateCustomReportDesignRepositoryItemEventArgs Properties
Arguments passed to the ReportsWindowsFormsModuleV2.CreateCustomReportDesignRepositoryItem event.| Name | Description |
|---|---|
| Application | Gets an application object. |
| CriteriaString | Specifies the criteria that filters the collection of report parameter objects. |
| DataColumnInfo | Gets information on the data column. |
| DataType | Gets the type of the report parameter value. |
| Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. Inherited from HandledEventArgs. |
| Parameter | Gets the report parameter. |
| Report | Gets a report object. |
| RepositoryItem | Specifies the Repository Item created for the report parameter. |
See Also