cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh Crystal Report Designer Control

Former Member
0 Kudos

Dear Friends

I need you little help in using RDC 11.5 (R2)

For the objects instantiated like;

Dim m_Application As New CRAXDDRT.Application

Dim m_Report As CRAXDDRT.Report

To release resources used by them, we use statements like this

m_Application = nothing

m_report = nothing

Can you please tell how can we Refresh or relase resources from Crystal Report Designer Control as

following statement does not work

CRDesignerCtrl1 = nothing

You help will very much be appreciated

Best Regards,

Abdul Rehman

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Abdul,

You are using the embbedable report designer control, possibly you my want to use the craxdrt.dll. In either case as of Cr 2008 it is no longer shipped or licensed to be used as a report engine so you may want to start using the Cr .NET assemblies in your app.

For more samples on our various technologies here's a link to one of our sample sites:

https://www.sdn.sap.com/irj/boc/businessobjects-samples

Thank you

Don

Answers (0)