Field Name Alias in code

Stimulsoft Reports.NET discussion
Post Reply
shmuly
Posts: 58
Joined: Wed Jul 05, 2006 2:19 pm

Field Name Alias in code

Post by shmuly »

Is there a way to display field alias names rather than field names in formulas? Displaying the alias names in the data dictionary and then displaying the actual names in the code defeats the whole purpose for displaying alias names.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Field Name Alias in code

Post by Vital »

Sorry, in expression you need use only field name, because all field names and datasources converted to c# (or vb.net) class and properties. So all names must be fully c# (or vb.net) spelled correctly.

Thank you.
Post Reply