Page 1 of 1

show Filter Text

Posted: Thu Sep 01, 2011 2:54 pm
by ainaz
Hello

How can I show Forms filter textBox text in the report header?



Thanks a lot

show Filter Text

Posted: Fri Sep 02, 2011 2:28 am
by Alex K.
Hello,

Could you explain your issue in more details?
Also please send us a sample report.

Thank you.

show Filter Text

Posted: Fri Sep 02, 2011 3:35 am
by ainaz
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

Image


Image

show Filter Text

Posted: Fri Sep 02, 2011 5:55 am
by HighAley
Hello.
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
You can do it using Variable in report template.
To change variable value, please, use code based on next example:

Code: Select all

rep.Dictionary.Variables["Variable1"].ValueObject = dateTimePicker1.Value;
For this you need to create two new variables Variable1, Variable2. And set the expressions in text boxes to {Variable1} and {Variable2}

Thank you.

show Filter Text

Posted: Fri Sep 02, 2011 8:49 am
by ainaz
Thank You my Friend

Its work very Good

спасибо

Thank You.

show Filter Text

Posted: Sat Sep 03, 2011 10:45 am
by Andrew
Hello,

We are always glad to help you.

Пожалуйста. :biggrin: