Search
Print and Export

Dashboard provides Print and PrintPreview methods that respectively print and show print preview of its current contents. When printing, the control runs a new layout pass that rearranges the dashboard's component hierarchy to fit in specified paper size. The no-argument methods print in landscape mode. You can change this and other properties of the print job using overloads that take PrinterSettings argument.

The dashboard can also be exported as bitmap image, PDF document or SVG drawing by calling respectively ExportImage, ExportPdf and ExportSvg methods.