Class FRColumnInfo
Represents information about column.
Inheritance
System.Object
FRColumnInfo
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public class FRColumnInfo
Constructors
FRColumnInfo(Type, Int32)
Initializes a new instance of the FRColumnInfo class.
Declaration
public FRColumnInfo(Type type, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | The type of column. |
System.Int32 | length | The lenght of column. |
Properties
Length
Gets or sets the length of column.
Declaration
public int Length { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
Gets or sets the type of column.
Declaration
public Type Type { get; set; }
Property Value
Type | Description |
---|---|
System.Type |