Name | Description | |
---|---|---|
![]() | ChartDataSourceClicked | Fires after a chart data source item has been clicked. |
![]() | ContextMenuOpen | Fires before a context menu is opened. |
![]() | DataSourceIconClick | Raised when the Datasource icon is clicked in the designer. |
![]() | DataSourceIconClicked | Gets the value from the DialogResult when the data source icon is clicked. |
![]() | DesignerTabChanged | Raised when the designer tab changes. |
![]() | EditModeEntering | This event occurs when the end user clicks inside a TextBox, Label, CheckBox or RichTextBox control in the End User Designer and enters edit mode. |
![]() | EditModeExit | This event occurs when an end user leaves edit mode in a TextBox, Label, CheckBox or RichTextBox control in the End User Designer. |
![]() | LayoutChanged | Raised when the layout is changed. |
![]() | LayoutChanging | Raised when the layout is changing and passes the sender a new EventArgs class called LayoutChangingArgs. |
![]() | LocateCredentials | Occurs when the report is previewed and credentials are needed. |
![]() | LocateDataSource | Occurs when a data provider of the previewed report needs to locate the data at runtime. |
![]() | ReportChanged | Occurs when any modification is made to the report, such as changes to the design, data sources, or properties. |
![]() | ReportNameChanged | Occurs when the name of the report changes. This event can be used to respond to changes in the report's name, such as updating UI elements or performing additional logic. |
![]() | ScriptChanged | Raised when the script for a report in the End User Report Designer is changed. |
![]() | SelectionChanged | Raised when the selection changes. |
![]() | StatusChanged | This event is raised for each change in the status of the designer actions. |
![]() | ToolboxItemChanged | Raised when a toolbox control is drawn on the Report Designer. |