DashboardDesignerPrint Method |
|
DataPA OpenAnalytics API Reference
Prints the current ManagedDashboard object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void Print(
bool showPrintDialog
)
Public Sub Print (
showPrintDialog As Boolean
)
public:
virtual void Print(
bool showPrintDialog
) sealed
function Print(showPrintDialog);
Parameters
- showPrintDialog
- Type: SystemBoolean
If true, the print dialog is shown before printing.
Remarks See Also