Class CustomZoneOwner
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
CustomZoneOwner
Implements
Namespace: FastReport.Olap.Controls
Assembly: FastReport.Olap.dll
Syntax
public abstract class CustomZoneOwner : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IDrawerOwner
Properties
AutoExpandPopups
Declaration
public virtual bool AutoExpandPopups { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultColumnWidth
Declaration
public virtual int DefaultColumnWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefaultRowHeight
Declaration
public virtual int DefaultRowHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Size |
Overrides
System.Windows.Forms.Control.DefaultSize
Drawer
Declaration
public Drawer Drawer { get; }
Property Value
Type | Description |
---|---|
Drawer |
UIStyle
Declaration
public UIStyle UIStyle { get; set; }
Property Value
Type | Description |
---|---|
UIStyle |
Methods
UpdateUIStyle()
Declaration
protected virtual void UpdateUIStyle()