Represents a control for the print settings in RadPivotGrid.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class PivotGridPrintSettingsControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlUserControlPivotGridPrintSettingsControl...
Implements:
Constructors
Initializes a new instance of the PivotGridPrintSettingsControl class.
C#
public PivotGridPrintSettingsControl()
Methods
Applies the settings.
C#
public virtual void ApplySettings()
Clean up any resources being used.
C#
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
Initializes the text.
C#
public void InitializeText()
Loads the settings.
C#
public virtual void LoadSettings(PivotGridPrintStyle printStyle)
The print style.