Printing Style of PivotGrid in C#.NET
KetticPivotGrid control contains a variety of settings for the designers to customize the Pivot printing style in C#.NET template project. The KetticPivotGrid .NET component is capable of native print and the end users of your application can directly pass the content of Pivot reports to the default printer. With friendly user interface of dialogs of KetticPivotGrid WinForms control, the users can easily change the print settings to the Pivot reports.
C# Customize Printing Style of Pivot Reports
KetticPivotGrid control contains the PivotGridPrintStyle object for the designers to customize the appearance of printouts. This PivotGridPrintStyle object can be accessed via the PrintStyle property in KetticPivotGrid .NET component.
The C# code snippet below shows how to customize the font of different cells through the PrintStyle property.
The following is a C# code sample that demonstrates how to customize the background color for cells in Pivot reports.
When the Pivot reports extend beyond the page border, the KetticPivotGrid control allows the designers to scale the report to fit the page area. The C# code below shows how to scale a Pivot reports.
Additionally, we are able to print a selected page instead of scaling the Pivot report. The C# code below shows how perform the task.
KetticPivotGrid control contains the CompactLayout mode for the designers to save spaces for the pages that will be printed. The C# code below shows how to achieve this.
To print a part of the Pivot report, we can use the C# code as below.
| ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlPivotGrid - StructurePivotGrid - Property BuilderPivotGrid - Populating with DataDesign Time Data BindingUse DataSource PropertyLocal Source DataUse the AdoMDDataProviderUse XMLA Data ProviderPivotGrid - Layout SettingsPivotGrid - Format AppearancePivotGrid - Binding with ChartPivotGrid - FilteringReport FilterGroup FilterPivotGrid - SortingPivotGrid - Printing SupportPrinting styleCustomizationPivotGrid - DialogsCustomizationWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |