rodeomount
Programmer
I am writing an active report where I am trying to add 2 values from the database in the following way:
But I'm getting an error stating:
C:\SourceSafe\Praeses\JurisdictionOnline\Reports\JOReport173_net\rptALOperationalSummary.cs(135): 'DataDynamics.ActiveReports.Field.Value' denotes a 'property' where a 'method' was expected
What am I doing wrong?
Code:
this.txtNumAddedTotal.Text = (this.Fields["intNewBPVRegistrations"].Value() + this.Fields["intNewBPVRegistrations"].Value());
But I'm getting an error stating:
C:\SourceSafe\Praeses\JurisdictionOnline\Reports\JOReport173_net\rptALOperationalSummary.cs(135): 'DataDynamics.ActiveReports.Field.Value' denotes a 'property' where a 'method' was expected
What am I doing wrong?