2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
OrientationIn order to print the PivotGridControl with specified orientation, the Landscape property of the PivotGridPrintDocumentAdv class can be used. The default orientation of the grid is Portrait mode. C# //Form() PivotGridPrintDocumentAdv printPivotGrid = new PivotGridPrintDocumentAdv(this.pivotGridControl1); // Changes the default "Portrait orientation" of the grid. printPivotGrid.DefaultPageSettings.Landscape = true; VB ‘Form() Dim printPivotGrid As New PivotGridPrintDocumentAdv(Me.pivotGridControl1) ' Changes the default "Portrait orientation" of the grid. printPivotGrid.DefaultPageSettings.Landscape = True Screenshot Samples: |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.