PreviewClickEventArgs Properties
Provides data for the DxReportViewer.OnPreviewClick and DxReportViewer.OnPreviewDoubleClick events.| Name | Description |
|---|---|
| Brick |
Gets the VisualBrick object that provides information on a report control that was clicked.
|
| Handled | Gets or sets whether the click event was handled and no default processing is required. |
| PageIndex | Gets the zero-based index of the page that was clicked. |
See Also