I'm trying to use CR to generate PDF's on the fly to download from a website. I am trying to get CR to export PDF's using some COM objects that will be called from coldfusion.
I want to set the parameters for the stored procedure I'm calling but don't understand how to referance the StoredProcParam.
I'm not sure which library it belongs too. I've refenced every CR lobrary on my computer but none of the seem to be able to reference StoredProcParam.
I've tried something like:
Dim crxApplication As New CRAXDRT.Application
Public Report As CRAXDRT.Report
report.StoredProcParam
But I guess that CRAXDT is not the right library or there is something I'm just not getting.
Thanks in Advance...
Wes
I want to set the parameters for the stored procedure I'm calling but don't understand how to referance the StoredProcParam.
I'm not sure which library it belongs too. I've refenced every CR lobrary on my computer but none of the seem to be able to reference StoredProcParam.
I've tried something like:
Dim crxApplication As New CRAXDRT.Application
Public Report As CRAXDRT.Report
report.StoredProcParam
But I guess that CRAXDT is not the right library or there is something I'm just not getting.
Thanks in Advance...
Wes