Class ReportColumn
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the details of a column in a report.
public class ReportColumn : XMLobject<ReportEngine>
- Inheritance
-
ReportColumn
- Inherited Members
- Extension Methods
Constructors
ReportColumn()
Constructor.
public ReportColumn()
Properties
Alignment
Gets/sets the alignment.
public ColumnAlignment Alignment { get; set; }
Property Value
Caption
Gets/sets the caption of the column.
public string Caption { get; set; }
Property Value
ChartColumnType
Gets/set the function of this column in the chart.
public int ChartColumnType { get; set; }
Property Value
ClassName
Gets/sets the css class name.
public string ClassName { get; set; }
Property Value
ColumnWidth
Gets/sets the width of the column in pixels. Use -1 for unset.
public int ColumnWidth { get; set; }
Property Value
ContainsHTML
Gets/sets if the column is known to contain html.
public bool ContainsHTML { get; set; }
Property Value
ConvertFromUTC
Gets/sets if date/time values in this column are to be converted from UTC to the users local date/time.
public bool ConvertFromUTC { get; set; }
Property Value
CrossTabFunction
Gets/sets the function of this column in a cross-tab report (0:Not used, 1:Column header, 2:Row header, 3:Data).
public CrossTabFunction CrossTabFunction { get; set; }
Property Value
Decimals
Gets/sets the number of decimals. Use -1 for unset.
public int Decimals { get; set; }
Property Value
DisplayInList
Gets/sets if the columns is shown in the list (visible).
public bool DisplayInList { get; set; }
Property Value
Export
Gets/sets if the column is to be included in exports.
public bool Export { get; set; }
Property Value
Group
Gets/sets if the column is to be grouped on.
public bool Group { get; set; }
Property Value
InUse
Gets/sets if the column is in use.
public bool InUse { get; set; }
Property Value
ScriptExpression
Gets/sets the script expression to determine the display value for this column.
public string ScriptExpression { get; set; }
Property Value
ScriptedTotals
Gets/sets if the script is also responsible for determining the display value of the totals cells
public bool ScriptedTotals { get; set; }
Property Value
StyleSettings
Gets/sets the css style settings.
public string StyleSettings { get; set; }
Property Value
Sum
Gets/sets if the column is to be summed.
public bool Sum { get; set; }
Property Value
SumHorizontal
Gets/sets a boolean to sum value horizontal in a cross-tab report.
public bool SumHorizontal { get; set; }
Property Value
Unbound
Gets/sets if this column is an unbound column.
public bool Unbound { get; set; }