Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
645
Changing Reports’ Connection Strings at Run-Time
posted

Hi,

I am trying to follow the article/sample:

http://es.infragistics.com/community/blogs/damyan_petev/archive/2012/07/27/changing-reports-connection-strings-at-run-time.aspx

However the GetConnection function of the class ReportDbConnectionProvider is never invoked.

I have tried to set breakpoint in the GetConnection method to follow what is happening, but the breakpoint is never reached.

I have set the name of report (WorkSheet.igr) in the following attribute:

<ReportDbConnectionExport(ReportSearchPattern:="WorkSheet")> _
Public Class ReportDbConnectionProvider

How can I intercept the point which the method should have been called when opening the report to debug?

Regards

Kai-Inge