Skip to Content
0
Former Member
Apr 23, 2009 at 07:30 PM

Retreiving a parameter value from a report document

28 Views

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