Class PivotGridPrintSettingsControl
Represents a control for the print settings in RadPivotGrid.
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotGridPrintSettingsControl : UserControl
Constructors
PivotGridPrintSettingsControl()
Initializes a new instance of the PivotGridPrintSettingsControl class.
Declaration
public PivotGridPrintSettingsControl()
Methods
ApplySettings()
Applies the settings.
Declaration
public virtual void ApplySettings()
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
InitializeText()
Initializes the text.
Declaration
public void InitializeText()
LoadSettings(PivotGridPrintStyle)
Loads the settings.
Declaration
public virtual void LoadSettings(PivotGridPrintStyle printStyle)
Parameters
PivotGridPrintStyle
printStyle
The print style. |
OnLoad(EventArgs)
Raises the System.Windows.Forms.UserControl.Load event.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
An System.EventArgs that contains the event data. |