How do I retreive a parameter value that was passed to my Crystal Report.
Dim reportTitle as String = "Some Text"
Me.CrystalReport.SetParameterValue("rcrpttitle", reportTitle)
I added a routine that will export and open the report in the appropriate application depending on ExportFormatType.
I would like to set the FileName of the export to be whatever was passed in the "rcrpttitle" ParameterField.
How can I retreive this value from the report document.
Thanks
Dan