Page 1 of 1

Filter

Posted: Fri Aug 21, 2009 12:17 pm
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!

Filter

Posted: Tue Aug 25, 2009 1:19 am
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.