Filter

Stimulsoft Reports.WEB discussion
Post Reply
marco_vinicio
Posts: 7
Joined: Wed Mar 04, 2009 11:55 am
Location: Brazil

Filter

Post by marco_vinicio »

Hi,
I use stimulsoft.web in my dynamic report app and i don't know what is the better way to build dynamic filters.
In the report designer, my user can build your own "Data from other Data Source", and i never will know how it's...
What is the better way to use external filters (I believe that it will read datasource's structure and after will implements any filter combo...)?
Thanks!
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Filter

Post by Andrew »

Hello, Marco.

On the Code tab you may see how to create the filter dynamically. For this put the DataBand on a page, assign a filter to the DataBand and select the Code tab.

If you use the WebDesigner, then you need to enable the Code tab by setting the static option: StiWebDesignerOptions.CodeTabVisible = true;

Thank you.
Post Reply