Articles in this section
Category / Section

Change the orientation of WinForms PivotGridControl while printing.

2 mins 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#

PivotGridPrintDocumentAdv printPivotGrid = new PivotGridPrintDocumentAdv(this.pivotGridControl1);
//Changes the default "Portrait orientation" of the grid.
printPivotGrid.DefaultPageSettings.Landscape = true;
VB
Dim printPivotGrid As New PivotGridPrintDocumentAdv(Me.pivotGridControl1)
'Changes the default "Portrait orientation" of the grid.
printPivotGrid.DefaultPageSettings.Landscape = True
The screenshot shown below illustrates the orientation of the PivotGridControl while printing.

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 the Pivot Grid.


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


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

If you have any queries or require clarifications, please let us know in the comments section 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  to leave a comment
Access denied
Access denied