Table of Contents

Class ReportListColumnBaseClass

Namespace
Contensive.BaseClasses.LayoutBuilder
Assembly
CPBase.dll

The data used to build a column

public class ReportListColumnBaseClass
Inheritance
ReportListColumnBaseClass
Inherited Members

Properties

caption

public string caption { get; set; }

Property Value

string

captionClass

public string captionClass { get; set; }

Property Value

string

cellClass

public string cellClass { get; set; }

Property Value

string

columnWidthPercent

set as an integer between 1 and 100. This value will be added as the width of the column in a style tag

public int columnWidthPercent { get; set; }

Property Value

int

downloadable

public bool downloadable { get; set; }

Property Value

bool

name

public string name { get; set; }

Property Value

string

sortable

public bool sortable { get; set; }

Property Value

bool

visible

public bool visible { get; set; }

Property Value

bool