Table of Contents

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

string

ColumnNumber

Gets/sets the column number in which to show this catogory in the reports menu.

public int ColumnNumber { get; set; }

Property Value

int

Description

Gets/sets the description.

public string Description { get; set; }

Property Value

string

ExpandedByDefault

Gets/sets if this category is exprended by default.

public bool ExpandedByDefault { get; set; }

Property Value

bool

IsTabSheet

Gets/sets if this catogory is to be shown as tab sheet.

public bool IsTabSheet { get; set; }

Property Value

bool

VisibleScript

Gets/sets a script expression to determine if this category is visible.

public string VisibleScript { get; set; }

Property Value

string