Printing Events and Customization of PivotGrid in C#.NET
KetticPivotGrid control provides two different C# events for the users to customize the appearance and build custom painting to the cells of Pivot reports that will be printed. KetticPivotGrid .NET component is capable of native printing 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.
Customize Appearance of Cells in Pivot reports in C#
To customize the appearance of cells in Pivot reports that will be printed, we are able to use the C# events included in the KetticPivotGrid .NET component, FormatPrintElement and PrintElementPaint. The FormatPrintElement event allows the users to format the printed cells both in colors and values and the PaintPrintElement event allows the users to add custom painting to printed cells in Pivot reports. The following is a C# code sample that demonstrates the customization of Pivot report cells.
|
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 |