show Filter Text
Posted: Thu Sep 01, 2011 2:54 pm
Hello
How can I show Forms filter textBox text in the report header?
Thanks a lot
How can I show Forms filter textBox text in the report header?
Thanks a lot
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
You can do it using Variable in report template.ainaz wrote:Suppose we have a lot of Invoice report
user wants to filter and show invoice report from date "2010/01/01" to "2010/05/30"
i want to show this User data "2010/01/01" & "2010/05/30" in my report header
Code: Select all
rep.Dictionary.Variables["Variable1"].ValueObject = dateTimePicker1.Value;