Articles in this section
Category / Section

Change the orientation of WinForms PivotGridControl while printing.

1 min read

Orientation

In order to print the winforms  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

Change the orientation of PivotGridControl

Samples:

C#: PrintingOrientation_CS

VB: PrintingOrientation_VB

Conclusion

I hope you enjoyed learning about how to change the orientation of PivotGridControl while printing in the WinForms Pivot Grid.

You can refer to our WinForms Pivot Grid’s feature tour page to know about its other groundbreaking feature representations. You can also explore our  WinForms Pivot Grid example to understand how to present and manipulate data.  

For current customers, you can check out our WinForms controls from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our WinForms Pivot Grid and other WinForms controls. 

If you have any queries or require clarifications, please let us know in comments below. You can also contact us through our support forumsDirect-Trac, or feedback portal. We are always happy to assist you!

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied