Provides a number of report-related data attributes about a result set column.
A column hint defines report-related data attributes about a retrieved column or a computed column.
The name of the result set column for which hints are defined.
This property keys the column hint to a column within the result set. The name is defined either by the data provider, a result set column definition, or a computed column definition.
Provides an "alias" name to the column for use within the report.
Provides an "alias" name to the column for use within the report. Useful if the column names are awkward. Optional.
Indicates how the column will be used when searching.
Indicates how the column will be used when searching.
Determines how the column will be used when exporting data.
Determines how the column will be used when exporting data.
Determines how the column is used when exporting the data to an OLAP cube.
Determines how the column is used when exporting the data to an OLAP cube. OLAP cubes require that the columns be structured into dimension hierarchies. Such hierarchies are formed though a sequence of dimensions. The intersection of hierarchies has one or more numeric measures. Columns that are neither dimensions nor measures can be detail attributes associated with a dimension. Whether any given column is actually available for use with analysis depends on the Export property above.
Specifies the parent of the column when exporting the data to an OLAP cube.
Used when a column’s Analysis property is set to Dimension or Detail. For Dimensions, this property establishes the dimension hierarchy. Lower (more detailed) dimensions identify their parent (more general) dimensions. For details, this property identifies the dimension for which this column is a detail attribute.
The format string used to format the column data when displaying the value in the search result UI.
An optional BIRT format string used to format the column data when displaying the value in the viewing UI, especially within the search results.
Style format
properties
The optional localizable display name for the column.
The name displayed to the end-user for the column. The display name can be localized. If the display name is omitted, the column name itself is displayed instead.
The optional localizable descriptive text that explains the column to the end user.
Additional pop-up help text associated with the column. This descriptive text can explain the purpose of the column to the end user. The help text can be localized.