I can't manage to pass anything to the report.
When I fill a parameter like this-
objReport.Parameterfields.getItembyName("@Title").SetCurrentValue "TEST", 12
OR
objReport.ParameterFields("@Title").SetCurrentValue("TEST")
it doesn't appear to have a value when the report loads,
and when I fill a formula field like this
objReport.FormulaFields.getItembyName("@Title").Text = "TEST"
and I place a blank formula of @Title in the report I get an error-
The remaining text does not appear to be part of the formula