Represents the print settings dialog for RadPivotGrid.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class PivotGridPrintSettingsDialog : PrintSettingsDialog, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormPrintSettingsDialogPivotGridPrintSettingsDialog...
Implements:
Inherited Members
Constructors
Initializes a new instance of the PivotGridPrintSettingsDialog class.
C#
public PivotGridPrintSettingsDialog(RadPrintDocument document)
The document.
Methods
Saves all settings from the dialog into the RadPrintDocument.
C#
protected override void ApplySettings()
Overrides:
Creates the specific control for editing the settings of the printed control.
C#
protected override Control CreateFormatControl()
The that will be displayed on the first page of this dialog
Overrides:
Loads the settings when the dialog is shown.
C#
protected override void LoadSettings()
Overrides: