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
-
- Posts: 7
- Joined: Wed Mar 04, 2009 11:55 am
- Location: Brazil
Filter
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.
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.