I am using CrystalReports VisualStudio 2008. I need to know which fields from my data source are actually used on my report at runtime, including fields used in formula editor.
FieldDefinition.UseCount seamed to be what I needed, but this property is obsolete and returns true for all the fields in my datasource.
What object and properties should I use? Iterating through all the ReportDocument.ReportDefinition.ReportObjects does part of the job but I still cannot find the fields used in formulas ( like format formulas for supressing a section) . If you have any ideea please help
.
Ioana