show Filter Text

Stimulsoft Reports.NET discussion
Post Reply
ainaz
Posts: 4
Joined: Thu Sep 01, 2011 2:37 pm

show Filter Text

Post by ainaz »

Hello

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



Thanks a lot
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

show Filter Text

Post by Alex K. »

Hello,

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

Thank you.
ainaz
Posts: 4
Joined: Thu Sep 01, 2011 2:37 pm

show Filter Text

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

show Filter Text

Post 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.
ainaz
Posts: 4
Joined: Thu Sep 01, 2011 2:37 pm

show Filter Text

Post by ainaz »

Thank You my Friend

Its work very Good

спасибо

Thank You.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

show Filter Text

Post by Andrew »

Hello,

We are always glad to help you.

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