FastReport.NET 2013.3.6 is incompatible with SqlDataSource
When I place a Devart datasource component on the same page as a FastReport, the code won't compile. For example the components will work, but once you add code to the datasource selecting event the code won't compile in Visual Studio 2010. Simple code such as the following placed on the OnSelecting event of the datasource:
e.Command.Parameters("@week".Value = Request.QueryString("week")
The code is correct and will work on much older versions of FastReport. I also know it is not problem with the Devart dotconnect component since it uses SqlDataSource which is the base class for the MySqlDataSource component. Code also doesn???t work in other events; I only used this one event as an example.
I know this is a stretch, but other than the FastReport team addressing and fixing the incompatibility issue, are there any suggested workarounds?
Thank you for any creative suggestions.
e.Command.Parameters("@week".Value = Request.QueryString("week")
The code is correct and will work on much older versions of FastReport. I also know it is not problem with the Devart dotconnect component since it uses SqlDataSource which is the base class for the MySqlDataSource component. Code also doesn???t work in other events; I only used this one event as an example.
I know this is a stretch, but other than the FastReport team addressing and fixing the incompatibility issue, are there any suggested workarounds?
Thank you for any creative suggestions.