Custom StiDatabase does not work
Posted: Fri Dec 21, 2012 11:15 am
Hello,
I have created a subclass of StiSqlSource, to add some custom behaviour to the Silverlight Reports Designer (Client-Server).
I created this class on the silverlight side, and on the .NET side.
I added it to the StiDatabase services collection.
This works well.
I am able to see this report on the design side, and add connections with this new type, retrieve its tables and so on.
However when I try to preview this report, it says that the namespace where it is placed is not found. The namespace is Test.Databases. The error says that the namespace 'Test' is not found.
Is it possible to add this reference to the compiler that compiles the generated report code?
I have created a subclass of StiSqlSource, to add some custom behaviour to the Silverlight Reports Designer (Client-Server).
I created this class on the silverlight side, and on the .NET side.
I added it to the StiDatabase services collection.
This works well.
I am able to see this report on the design side, and add connections with this new type, retrieve its tables and so on.
However when I try to preview this report, it says that the namespace where it is placed is not found. The namespace is Test.Databases. The error says that the namespace 'Test' is not found.
Is it possible to add this reference to the compiler that compiles the generated report code?