I am trying to launch a report from my vb.net application. I built it using Visual Studio 2003.
I have the following in my code:
crReportDocument.RecordSelectionFormula = "{mytable.myvariable} = 5"
I get the following error:
"This field name is not known"
Field Name exists. Formula runs fine when it's in the report. Problem only occurs when launching through viewer control and passing formula in code (as above).
I have the following in my code:
crReportDocument.RecordSelectionFormula = "{mytable.myvariable} = 5"
I get the following error:
"This field name is not known"
Field Name exists. Formula runs fine when it's in the report. Problem only occurs when launching through viewer control and passing formula in code (as above).