Hello, I want to filter StiDataSource before rendering, I try SetFilter function, and it filters correctly de datasource, but I have to do it after rendering, so the report is already with all data. How can I filter the data before rendering and before retrieving it from database?.
Thank you
Dictionary.StiDataSource SetFilter
Dictionary.StiDataSource SetFilter
Hello,
Why not set filers in report designer? If you need do this in report code you can use BeforePrintEvent of first page.
Thank you.
Why not set filers in report designer? If you need do this in report code you can use BeforePrintEvent of first page.
Thank you.