DashboardDesignerBeforePreparePrint Event |
|
DataPA OpenAnalytics API Reference
Event raised when the control begins the prepare print operation.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event DashboardDesignerBeforePreparePrintEventHandler BeforePreparePrint
Public Event BeforePreparePrint As DashboardDesignerBeforePreparePrintEventHandler
public:
event DashboardDesignerBeforePreparePrintEventHandler^ BeforePreparePrint {
void add (DashboardDesignerBeforePreparePrintEventHandler^ value);
void remove (DashboardDesignerBeforePreparePrintEventHandler^ value);
}
function add_BeforePreparePrint(value);
function remove_BeforePreparePrint(value);
Value
Type:
DataPAEnterpriseDashboardDashboardDesignerBeforePreparePrintEventHandlerRemarks See Also