|
-
Jul 13th, 2008, 10:27 AM
#1
Thread Starter
Member
-
Jul 16th, 2008, 03:19 PM
#2
Fanatic Member
Re: Filter reportviewer
I assume you want to filter the data in the report (and not the report viewer control). The report viewer is a control that hosts the RDL files. RDL files are where we show the data and do all the formatting. In the scenario you've presented it seems passing the variable as a ReportParameter is the best option and then use this parameter in SP to filter out the data.
-
Jul 20th, 2008, 11:17 AM
#3
Thread Starter
Member
Re: Filter reportviewer
First, thanks for your cooperation.
I would like to filter by a winform, I have on my report for example:
Group Date1
- 100 kms - $$$ (expenses)
- 120 kms - $$$
Total: 220 kms - $$$
Group Date2 - 120 kms - $$$ expenses
- 200 kms - $$$
Total: 200 kms - $$$
I would like to choose by a windows form the Date number, and display it on the report. Is it possible???????
Best regards in advance.
-
Jul 21st, 2008, 09:10 AM
#4
Fanatic Member
Re: Filter reportviewer
To display anything on the report you need to pass it to the report as its parameter. If you don't want to do the filtering in SP then you can use the filter feature of the dataset. You might like to start here.
-
Jul 22nd, 2008, 05:22 PM
#5
Thread Starter
Member
Re: Filter reportviewer
Thanks, I´ll try to work on it now...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|