Field Name Alias in code
Field Name Alias in code
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.
Field Name Alias in code
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.
Thank you.