DataPA Enterprise Dashboard Controls API Reference
Prints the current ManagedDashboard object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public void Print(
bool showPrintDialog
) |
Visual Basic |
---|
Public Sub Print (
showPrintDialog As Boolean
) |
Visual C++ |
---|
public:
virtual void Print(
bool showPrintDialog
) sealed |
Parameters
- showPrintDialog
- Type: System..::..Boolean
If true, the print dialog is shown before printing.
Remarks
See Also