all groups > sql server reporting services > november 2006 >
You're in the

sql server reporting services

group:

Pipe to a ReportViewer



Pipe to a ReportViewer William Stacey [C# MVP]
11/23/2006 3:49:42 PM
sql server reporting services: There is probably no way to pipe to a report control and have it update
(i.e. append) detail items without regenerating the whole report each time?

--
William Stacey [C# MVP]


Re: Pipe to a ReportViewer tafs7
11/23/2006 8:23:18 PM
Hi, William

that is correct. The report rendering process has no way of knowing if
the data has changed unless it runs the query again. Once it does that
it will re-render the report and display it.

--Thiago

[quoted text, click to view]
RE: Pipe to a ReportViewer Amarnath
11/23/2006 10:03:01 PM
You need to refresh or render a report in any tool, I think, not only in RS.

Amarnath

[quoted text, click to view]
Re: Pipe to a ReportViewer William Stacey [C# MVP]
11/24/2006 10:34:17 PM
Thanks both. I figured, but thought I would ask. This would be a cool new
feature and useful for certain things.

--
William Stacey [C# MVP]

[quoted text, click to view]
| There is probably no way to pipe to a report control and have it update
| (i.e. append) detail items without regenerating the whole report each
time?
|
| --
| William Stacey [C# MVP]
|
|
|

AddThis Social Bookmark Button