Accessing Data : Viewing and changing output columns
 
Viewing and changing output columns
Use the Output Columns page of the data set editor to view the list of columns selected for retrieval, and to specify an alias or display name for each column. BIRT Report Designer uses the display name in Data Explorer and for the column headings in a table. For example, you can give a column named $$CN01 a display name of Customer Name. This display name makes the column easier to identify in Data Explorer and more user-friendly in the column heading of a table.
If you are creating a report for multiple locales, you can localize each display name by providing a resource key in the Display Name Key property. A resource key is a text string in an external source that is translated, or localized, into different languages. For more information about resource keys and localization, see Localizing Text.
Specify an alias to use a shorter or more recognizable name when referring to the column in code. For example, give a column named $$CN01 an alias of custName so that you can write row["custName"] instead of row["$$CN01]. If you do not specify a display name for the column, BIRT Report Designer displays the alias in Data Explorer and for the column headings in a table.