Class PivotGridPrintSettingsDialog
Represents the print settings dialog for RadPivotGrid.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotGridPrintSettingsDialog : PrintSettingsDialog, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
PivotGridPrintSettingsDialog(RadPrintDocument)
Initializes a new instance of the PivotGridPrintSettingsDialog class.
Declaration
public PivotGridPrintSettingsDialog(RadPrintDocument document)
Parameters
RadPrintDocument
document
The document. |
Methods
ApplySettings()
Saves all settings from the dialog into the RadPrintDocument.
Declaration
protected override void ApplySettings()
Overrides
CreateFormatControl()
Creates the specific control for editing the settings of the printed control.
Declaration
protected override Control CreateFormatControl()
Returns
System.Windows.Forms.Control
The that will be displayed on the first page of this dialog |
Overrides
LoadSettings()
Loads the settings when the dialog is shown.
Declaration
protected override void LoadSettings()
Overrides
OnLoad(EventArgs)
Raises the Load event.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
The System.EventArgs instance containing the event data. |