I'm using the crystal report of
VB.Net 2005 I've tried to write
ReportInstance.DataDefinition.FormulaFields(index) .Text = "{DataTable.ColumnName}"
but it didn't work ,I've found that FormulaFields is read only,is there a way to do my point,I mean I need to assign column names of a datatble to the FormulaField(index).
nagham