why this formula pssing is not working?
Hello,
I have created one crystal 9 reports with two subreports and in asp.net I am calling it. if I will use the code
subRepDoc.DataDefinition.FormulaFields.Item("Schoo lID").Text = "'ab0'" for passing the record formula, it's working fine.
But if I will assign like
subRepDoc.DataDefinition.FormulaFields.Item("Schoo lID").Text = "'" & session("SchoolID") & "'"
it's not giving the result. Do you have any suggestion?
Thanks
Ceema
|