Class ContainerField
Base class for MeasureField and AxisField
Inheritance
System.Object
ContainerField
Assembly: FastReport.Olap.dll
Syntax
public abstract class ContainerField
Constructors
ContainerField(Slice)
Declaration
public ContainerField(Slice slice)
Parameters
| Type |
Name |
Description |
| Slice |
slice |
|
ContainerField(Slice, String, String)
Declaration
public ContainerField(Slice slice, string name, string caption)
Parameters
| Type |
Name |
Description |
| Slice |
slice |
|
| System.String |
name |
|
| System.String |
caption |
|
Fields
alignment
Declaration
protected Alignment alignment
Field Value
bindCaptionWidth
Declaration
protected bool bindCaptionWidth
Field Value
| Type |
Description |
| System.Boolean |
|
caption
Declaration
Field Value
| Type |
Description |
| System.String |
|
captionWidth
Declaration
protected int captionWidth
Field Value
| Type |
Description |
| System.Int32 |
|
container
Declaration
protected FieldsContainer container
Field Value
name
Declaration
Field Value
| Type |
Description |
| System.String |
|
Properties
Alignment
Declaration
public Alignment Alignment { get; set; }
Property Value
BindCaptionWidth
Wether to bind caption width and width
Declaration
public bool BindCaptionWidth { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Caption
Declaration
public virtual string Caption { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CaptionWidth
Width of field caption. Can be changed by user
Declaration
public virtual int CaptionWidth { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public abstract FormatBase DisplayFormat { get; set; }
Property Value
Index
Declaration
public int Index { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Name
Name of field used as identificator
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Width
Width of field in Grid. Can be changed by user
Declaration
public abstract int Width { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
BeginUpdate()
Declaration
public void BeginUpdate()
EndUpdate()
Declaration
FullRebuildChanged()
Declaration
protected virtual void FullRebuildChanged()
FullRedrawChanged()
Declaration
protected virtual void FullRedrawChanged()
LightRedrawChanged()
Declaration
protected virtual void LightRedrawChanged()
Load(XmlItem, Int32)
Declaration
public virtual void Load(XmlItem item, int version)
Parameters
| Type |
Name |
Description |
| XmlItem |
item |
|
| System.Int32 |
version |
|
Save(XmlItem)
Declaration
public virtual void Save(XmlItem item)
Parameters