Class PageSetupWindow
To set page number and size dynamically through UI.
Implements
System.Windows.Markup.IComponentConnector
  Inherited Members
Namespace: Syncfusion.Windows.Shared.Olap
Assembly: Syncfusion.OlapShared.WPF.dll
Syntax
public class PageSetupWindow : ChromelessWindow, IComponentConnectorConstructors
PageSetupWindow(OlapDataManager, DisplayMode)
Initializes a new instance of the PageSetupWindow class.
Declaration
public PageSetupWindow(OlapDataManager dataManager, DisplayMode dispMode)Parameters
| Type | Name | Description | 
|---|---|---|
| OlapDataManager | dataManager | OlapDataManager. | 
| DisplayMode | dispMode | DisplayMode. | 
Fields
IsAutoExecuteEnabled
To add, remove and move fields/elements in report level around without updating the cell set by again triggering it. Gets or sets whether AutoExecute option is enabled or not in OlapClient.
Declaration
public bool IsAutoExecuteEnabledField Value
| Type | Description | 
|---|---|
| System.Boolean | Returns  | 
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this object has been updated.
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | e | The event data that contains the dependency property identifier of interest, the property meta data for the type, and old and new values. | 
Overrides
Implements
      System.Windows.Markup.IComponentConnector