add/edit data source event

Stimulsoft Reports.WEB discussion
Post Reply
hardingja
Posts: 4
Joined: Sun Oct 07, 2012 12:38 am

add/edit data source event

Post by hardingja »

When a user creates a new datasource I would like to take them to a gui query builder tool so they can construct their sql statement and return the constructed sql back to the "query text" on the report's datasource. Is there an add/edit datasource event which I could handle? My users are not going to know table names, how to join tables, etc. The gui query builder will provide the list of associated tables/views available to them and there they will pick what columns and conditions they want.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: add/edit data source event

Post by HighAley »

Hello.

There is no such event. But you could show your query builder before running and then register it in a new report.
You could read about it in our knowledge base http://stimulsoft.helpserve.com/index.p ... ticleid=69

Thank you.
Post Reply