Monday, March 19, 2012

Example of SRS Graph in ASP.Net Page?

I'm looking for an example of a programically generated graph (report) embeded
on an ASPX web page?
TIA
JeffP....what do you want?
Display a chart coming from an RS report in an ASPX page?
Display a complete report in an ASPX page?
Display a complete report as an image in an ASPX page? (like the exporting
to a TIFF image feature)
"JDP@.Work" <JPGMTNoSpam@.sbcglobal.net> a écrit dans le message de news:
ezAYnXJmEHA.3612@.TK2MSFTNGP12.phx.gbl...
> I'm looking for an example of a programically generated graph (report)
> embeded
> on an ASPX web page?
> TIA
> JeffP....
>|||Jeje,
Do you have links to examples of any of the following?
> Display a chart coming from an RS report in an ASPX page?
> Display a complete report in an ASPX page?
> Display a complete report as an image in an ASPX page? (like the exporting
> to a TIFF image feature)
However, I do think I want to do this one, > Display a chart coming from an RS
report in an ASPX page?
JeffP...
"Jéjé" <willgart@.BBBhotmailAAA.com> wrote in message
news:%23bhmltSmEHA.3968@.TK2MSFTNGP11.phx.gbl...
> what do you want?
> Display a chart coming from an RS report in an ASPX page?
> Display a complete report in an ASPX page?
> Display a complete report as an image in an ASPX page? (like the exporting
> to a TIFF image feature)
>
> "JDP@.Work" <JPGMTNoSpam@.sbcglobal.net> a écrit dans le message de news:
> ezAYnXJmEHA.3612@.TK2MSFTNGP12.phx.gbl...
> > I'm looking for an example of a programically generated graph (report)
> > embeded
> > on an ASPX web page?
> >
> > TIA
> >
> > JeffP....
> >
> >
>|||Please have a look at the following link : http://msdn.microsoft.com/library/default.asp?
url=3D/library/en-
us/rsprog/htm/rsp_ref_soapapi_service_lz_49f6.asp
Moreover you can also render only an report returned by the report in an aspx page.
All you have to do is read the stream that follows you report(a byte array) and write it out on an aspx page.
You can also render the whole report as an image all you have to do is specify the rendering format as image.
>--Original Message--
>Jeje,
>Do you have links to examples of any of the following?
>> Display a chart coming from an RS report in an ASPX page?
>> Display a complete report in an ASPX page?
>> Display a complete report as an image in an ASPX page? (like the exporting
>> to a TIFF image feature)
>However, I do think I want to do this one, > Display a chart coming from an RS
>report in an ASPX page?
>JeffP...
>
>"J=E9j=E9" <willgart@.BBBhotmailAAA.com> wrote in message
>news:%23bhmltSmEHA.3968@.TK2MSFTNGP11.phx.gbl...
>> what do you want?
>> Display a chart coming from an RS report in an ASPX page?
>> Display a complete report in an ASPX page?
>> Display a complete report as an image in an ASPX page? (like the exporting
>> to a TIFF image feature)
>>
>> "JDP@.Work" <JPGMTNoSpam@.sbcglobal.net> a =E9crit dans le message de news:
>> ezAYnXJmEHA.3612@.TK2MSFTNGP12.phx.gbl...
>> > I'm looking for an example of a programically generated graph (report)
>> > embeded
>> > on an ASPX web page?
>> >
>> > TIA
>> >
>> > JeffP....
>> >
>> >
>>
>
>.
>|||Thanks Ravi, I haven't checked out the links but I will.
I got a bit of a reprieve in that they realized that each time they would come
to the firt pg of the web app, they graph would try to refresh, which would be
way to many round-trips to the server, they opted for a once a week data view
per market center TIFF either scheduled or manually created.
I'll still try a one-off render of the graph in my ASPX pg, but I was comming to
the conclusion that if they "had" needed the real-time graph, that the entire
first pg would be a report with links to do stuff.
TTA
JeffP....
"Ravi" <ravikantkv@.rediffmail.com> wrote in message
news:158101c499a9$b9fd6250$a401280a@.phx.gbl...
Please have a look at the following link :
http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/rsprog/htm/rsp_ref_soapapi_service_lz_49f6.asp
Moreover you can also render only an report returned by
the report in an aspx page.
All you have to do is read the stream that follows you
report(a byte array) and write it out on an aspx page.
You can also render the whole report as an image all you
have to do is specify the rendering format as image.
>--Original Message--
>Jeje,
>Do you have links to examples of any of the following?
>> Display a chart coming from an RS report in an ASPX
page?
>> Display a complete report in an ASPX page?
>> Display a complete report as an image in an ASPX page?
(like the exporting
>> to a TIFF image feature)
>However, I do think I want to do this one, > Display a
chart coming from an RS
>report in an ASPX page?
>JeffP...
>
>"Jéjé" <willgart@.BBBhotmailAAA.com> wrote in message
>news:%23bhmltSmEHA.3968@.TK2MSFTNGP11.phx.gbl...
>> what do you want?
>> Display a chart coming from an RS report in an ASPX
page?
>> Display a complete report in an ASPX page?
>> Display a complete report as an image in an ASPX page?
(like the exporting
>> to a TIFF image feature)
>>
>> "JDP@.Work" <JPGMTNoSpam@.sbcglobal.net> a écrit dans le
message de news:
>> ezAYnXJmEHA.3612@.TK2MSFTNGP12.phx.gbl...
>> > I'm looking for an example of a programically
generated graph (report)
>> > embeded
>> > on an ASPX web page?
>> >
>> > TIA
>> >
>> > JeffP....
>> >
>> >
>>
>
>.
>

No comments:

Post a Comment