Click or drag to resize

dataColumnRenderingSetup Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Extension controling properties of data column reporting
Inheritance Hierarchy
SystemObject
  imbSCI.Core.extensions.tabledataColumnRenderingSetup

Namespace:  imbSCI.Core.extensions.table
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class dataColumnRenderingSetup
Request Example View Source

The dataColumnRenderingSetup type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAggregation
Public methodStatic memberClassName
Classes the name.
Public methodStatic memberDefaultBackground
Public methodStatic memberDirect
Instructs the rendering engine that the content should be directly appended
Public methodStatic memberEncodeMode
Public methodStatic memberFormat
Formats the specified default col format.
Public methodStatic memberGetAggregation
Public methodStatic memberGetClassName
Gets the name of the class.
Public methodStatic memberGetDefaultBackground
Public methodStatic memberGetDesc
Public methodStatic memberGetEncodeMode
Public methodStatic memberGetFormat
Gets the format.
Public methodStatic memberGetFormatForExcel
Gets the format for excel cell
Public methodStatic memberGetGroup
Public methodStatic membergetGroupsOfColumns
Gets the groups of columns - grouped by SetGroup(DataColumn, String)
Public methodStatic memberGetHasLinks
Public methodStatic memberGetHasTemplate
Public methodStatic memberGetHeading
Public methodStatic memberGetImportance
Gets the importance.
Public methodStatic memberGetLetter
Public methodStatic memberGetPriority
Public methodStatic memberGetSPE
Public methodStatic memberGetUnit
Public methodStatic memberGetValueType
Gets the real Value Type of source DataColumn -- this is NOT same as DataType
Public methodStatic memberGetWidth
Public methodStatic memberGetWrapTag
Public methodStatic memberGroup
Public methodStatic memberHasDefaultBackground
Public methodStatic memberHasLinks
Public methodStatic memberHasTemplate
Public methodStatic memberImportance
Sets the column importance.
Public methodStatic memberLetter
Defines the letter/code associated with the table column
Public methodStatic memberPriority
Public methodStatic memberSetAggregation
Public methodStatic memberSetClassName
Sets the name of the class.
Public methodStatic memberSetDefaultBackground(DataColumn, Color)
Public methodStatic memberSetDefaultBackground(DataColumn, String)
Public methodStatic memberSetDesc
Public methodStatic memberSetEncodeMode
Public methodStatic memberSetFormat
Sets the format.
Public methodStatic memberSetGroup
Public methodStatic memberSetHasLinks
Public methodStatic memberSetHasTemplate
Public methodStatic memberSetHeading
Sets the heading content of the column
Public methodStatic memberSetImportance
Sets the importance.
Public methodStatic memberSetLetter
Public methodStatic memberSetPriority
Public methodStatic memberSetSPE
Sets and deploys SPE
Public methodStatic memberSetUnit
Public methodStatic memberSetValueType(DataColumn, Type)
Sets the real Value Type of source DataColumn -- this is NOT same as DataType
Public methodStatic memberSetValueTypeT(DataColumn)
Sets the real Value Type of source DataColumn -- this is NOT same as DataType
Public methodStatic memberSetWidth
Public methodStatic memberSetWrapTag
Public methodStatic memberSPE
Spes the specified default col spe.
Public methodStatic memberUnit
Units the specified default col unit.
Public methodStatic memberValueType
Gets the real Value Type of source DataColumn -- this is NOT same as DataType
Public methodStatic memberWidth
Public methodStatic memberWrapTag
Top
Fields
  NameDescription
Public fieldStatic memberDEFAULT_WIDTH
The default column width
Top
See Also