Wednesday, March 28, 2012

saving report data within rdl

is it possible to include the data results from the query into the .rdl?
then rather than re-run the query each time, the viewer could see the report
with data and then be given the option to refresh? would i have to extend the
schema for rdl to do this?
willyou can use snapshots. snapshot runs the report (at regular intervals if
specified) and stores the data. when asked for snapshot with ID, it renders
that particular data.
"willp" <willp@.discussions.microsoft.com> wrote in message
news:F5DEF118-8B44-40F8-B6ED-CA5F428DD259@.microsoft.com...
> is it possible to include the data results from the query into the .rdl?
> then rather than re-run the query each time, the viewer could see the
> report
> with data and then be given the option to refresh? would i have to extend
> the
> schema for rdl to do this?
> will|||let me clarify..I'm hoping that I will be able to have one file that is an
.rdl xml file that contains the snapshot data and all the report formating
and query information as well. is this scenario possible?
"willp" wrote:
> is it possible to include the data results from the query into the .rdl?
> then rather than re-run the query each time, the viewer could see the report
> with data and then be given the option to refresh? would i have to extend the
> schema for rdl to do this?
> will|||is the 'snapshot' xml data?
"avnrao" wrote:
> you can use snapshots. snapshot runs the report (at regular intervals if
> specified) and stores the data. when asked for snapshot with ID, it renders
> that particular data.
> "willp" <willp@.discussions.microsoft.com> wrote in message
> news:F5DEF118-8B44-40F8-B6ED-CA5F428DD259@.microsoft.com...
> > is it possible to include the data results from the query into the .rdl?
> > then rather than re-run the query each time, the viewer could see the
> > report
> > with data and then be given the option to refresh? would i have to extend
> > the
> > schema for rdl to do this?
> >
> > will
>
>|||This is not currently possible in a reasonable way.
--
Thanks.
Donovan R. Smith
Software Test Lead
This posting is provided "AS IS" with no warranties, and confers no rights.|||so then the only way to do this (deliver the data, query and the formatting
information) is by creating a .RDL file (which is XML) and a snapshot file
(which is NOT XML)..and delivering both of these to the consuming
application..
is this correct?
willp
"Donovan R. Smith [MS]" wrote:
> This is not currently possible in a reasonable way.
> --
> Thanks.
> Donovan R. Smith
> Software Test Lead
> This posting is provided "AS IS" with no warranties, and confers no rights.
>

No comments:

Post a Comment