Back to Devexpress

ASPxDashboard Events

dashboard-devexpress-dot-dashboardweb-dot-aspxdashboard-dot-underscore-events.md

latest7.7 KB
Original Source

ASPxDashboard Events

A Web Dashboard control, which allows you to create new dashboards from scratch and display them to end-users.

NameDescription
BeforeExportDocumentAllows you to hide specific dashboard items when exporting the entire dashboard.
CallbackError staticAllows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control. Inherited from ASPxWebControl.
ConfigureDataConnectionAllows you to customize connection settings before the ASPxDashboard connects to a data store (database, OLAP cube, etc.).
ConfigureDataReloadingTimeoutAllows you to set a time interval that specifies how frequently the Web Dashboard refreshes its in-memory cache when a user sends a data request.
ConfigureItemDataCalculationAllows you to configure how the dashboard item’s client data is calculated.
ConnectionErrorAllows you to override the default behavior if data store connection fails with current connection parameters.
CustomAssemblyLoadingOccurs before a custom assembly is loaded for use as DashboardEFDataSource.
CustomDataCallbackFires when a round trip to the server has been initiated by a call to the client ASPxClientDashboard.PerformDataCallback method.
CustomExportAllows you to customize the exported document.
CustomFilterExpressionAllows you to include WHERE clauses into DashboardSqlDataSource queries.
CustomizeExportDocumentAllows you to customize the stream containing the resulting document (such as PDF, Image, or Excel).
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client.
CustomPaletteProvides the capability to substitute the default palette containing colors used to paint dashboard item elements.
CustomParametersOccurs before data is loaded from the data store and allows you to change parameter values before they are passed to a data query.
DashboardAddingAllows you to add a new dashboard to the dashboard storage at runtime.
DashboardLoadingAllows you to load a dashboard at runtime.
DashboardSavingAllows you to save a dashboard at runtime.
DataBindingOccurs when the server control binds to a data source. Inherited from Control.
DataLoadingAllows you to provide data for the DashboardObjectDataSource.
DataSourceCacheKeyCreatedOccurs when a data source cache key is created. Allows you to manage cache granularity.
DisposedOccurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. Inherited from Control.
ExcelDataSourceBeforeFillProvides the capability to change options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
LoadOccurs when the server control is loaded into the Page object. Inherited from Control.
PreRenderOccurs after the Control object is loaded but prior to rendering. Inherited from Control.
RequestDashboardIDsAllows you to specify dashboards available in the dashboard storage.
SetInitialDashboardStateAllows you to specify the initial dashboard state when loading a dashboard.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.
ValidateDashboardCustomSqlQueryProvides the capability to check the validity of the custom SQL query used to supply the dashboard with data.
ValidateUnderlyingDataColumnsRaises when a user requests underlying data from the client and allows you to validate which columns should be returned.

See Also

ASPxDashboard Class

ASPxDashboard Members

DevExpress.DashboardWeb Namespace