Class ReportCategory
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class represents a category that holds one or more categorized reports.
public class ReportCategory : XMLobject<ReportEngine>
- Inheritance
-
ReportCategory
- Inherited Members
- Extension Methods
Properties
Caption
Gets/sets the caption.
public string Caption { get; set; }
Property Value
ColumnNumber
Gets/sets the column number in which to show this catogory in the reports menu.
public int ColumnNumber { get; set; }
Property Value
Description
Gets/sets the description.
public string Description { get; set; }
Property Value
ExpandedByDefault
Gets/sets if this category is exprended by default.
public bool ExpandedByDefault { get; set; }
Property Value
IsTabSheet
Gets/sets if this catogory is to be shown as tab sheet.
public bool IsTabSheet { get; set; }
Property Value
VisibleScript
Gets/sets a script expression to determine if this category is visible.
public string VisibleScript { get; set; }