Hello
How can I show Forms filter textBox text in the report header?
Thanks a lot
show Filter Text
show Filter Text
Hello,
Could you explain your issue in more details?
Also please send us a sample report.
Thank you.
Could you explain your issue in more details?
Also please send us a sample report.
Thank you.
show Filter Text
Hello
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
Thank you


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
Thank you


show Filter Text
Hello.
To change variable value, please, use code based on next example:
For this you need to create two new variables Variable1, Variable2. And set the expressions in text boxes to {Variable1} and {Variable2}
Thank you.
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
To change variable value, please, use code based on next example:
Code: Select all
rep.Dictionary.Variables["Variable1"].ValueObject = dateTimePicker1.Value;
Thank you.
show Filter Text
Thank You my Friend
Its work very Good
спасибо
Thank You.
Its work very Good
спасибо
Thank You.
show Filter Text
Hello,
We are always glad to help you.
Пожалуйста. :biggrin:
We are always glad to help you.
Пожалуйста. :biggrin: