Thursday, March 29, 2012
Embedding Dundas Chart Pro Charts in RS
Including a URL accessed image of a Dundas Chart doesn't cut it if the rendering is to be done by PDF - my experence is showing that the image will be heavily pixelated.
TIA
JeffNot yet. I expect the Yukon version to support extensibility.
see www.sqlreportingservices.net
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
"jbarts" <jbarts@.discussions.microsoft.com> wrote in message
news:A41DEF90-1E42-4C54-9C42-6191E08BA533@.microsoft.com...
> This there a way to integrate the full version of Dundas Chart Pro in RS
reports by using the extensibility API?
> Including a URL accessed image of a Dundas Chart doesn't cut it if the
rendering is to be done by PDF - my experence is showing that the image will
be heavily pixelated.
> TIA
> Jeff
Embedded images not showing on report when use jump to url option
2000 and the options "Jump to report" or "jump to url". I have two
report and I want to jump from report1 to report2. For that I can use
to options either "Jump to report" or "Jump to url". I can jump from
report1 to report2. On report2 I have a link which takes me back to
report1. But when I click this link the parametersection of report1 is
not showing. Of course I can use the down arrow at the top right
corner, but I want it to show immediately. When I use the option "Jump
to report" from report2 to go to report1 I have limited access over
the navigation (it renders with extra parameters, one of them is
rc:Parameters=Collapsed). When I use this option, I have the problem
of the hidden parametersection when navigating back to report1 using
the link on report2. However when I use "jump to url", so I can build
my own url to jump to report1 from the link on report2, the problem is
that when I click the link in report2 to go back to report1 all the
embedded images on report1 show a red cross. I can repeatedly
reproduce this behavior. The strange thing is when I copy paste the
url in a new browser, the problem isn't there, so the url is ok. I
have searched the I-net for two days now, but I haven't found anybody
who has the same problem. My guess is, that this is just on other bug
in RS 2000 unless someone has seen this before and has some sort of
solution.
Any help would be appreciated.Instead of embedding try "Project option" so that the image is available
always...
Amarnath
"s.bussing@.symax.nl" wrote:
> Hi, as many others here in this group I have some trouble using RS
> 2000 and the options "Jump to report" or "jump to url". I have two
> report and I want to jump from report1 to report2. For that I can use
> to options either "Jump to report" or "Jump to url". I can jump from
> report1 to report2. On report2 I have a link which takes me back to
> report1. But when I click this link the parametersection of report1 is
> not showing. Of course I can use the down arrow at the top right
> corner, but I want it to show immediately. When I use the option "Jump
> to report" from report2 to go to report1 I have limited access over
> the navigation (it renders with extra parameters, one of them is
> rc:Parameters=Collapsed). When I use this option, I have the problem
> of the hidden parametersection when navigating back to report1 using
> the link on report2. However when I use "jump to url", so I can build
> my own url to jump to report1 from the link on report2, the problem is
> that when I click the link in report2 to go back to report1 all the
> embedded images on report1 show a red cross. I can repeatedly
> reproduce this behavior. The strange thing is when I copy paste the
> url in a new browser, the problem isn't there, so the url is ok. I
> have searched the I-net for two days now, but I haven't found anybody
> who has the same problem. My guess is, that this is just on other bug
> in RS 2000 unless someone has seen this before and has some sort of
> solution.
> Any help would be appreciated.
>|||On 20 feb, 07:47, Amarnath <Amarn...@.discussions.microsoft.com> wrote:
> Instead of embedding try "Projectoption" so that the image is available
> always...
> Amarnath
>
Hi Amarnath, thanks for answering. I will give it a shot later, at
this moment I haven't got enough time to figure out if this would be
the solution. Thanks again for your reply.|||Hi Amarnath, thanks for the reply, but I didn't use this option.
However Ruud Boots from sqlpass.nl gave me a suggestion which is
working for me. He suggested adding
rs:number=+random
to the url. This option generated a new random number for the page,
which causes the page to reload. As far a I can tell at this moment it
is working. That means I haven't had the error I mentioned in my first
post.
Tuesday, March 27, 2012
Embedded images aren't showed
When I access the Product Catalog of SampleReports in ReportServer
using the server name in the URL, that is,
http://MY_SERVER_NAME/ReportServer?/SampleReports/Product Catalog, I
can't see any images embedded in the report, I get a red "X" instead.
But when I access the same URL using LOCALHOST, once I'm using IE in
the server directly, I can see all images embedded.
My environment is RS SP1, IE 6.0.2900.2180 and WinXP SP2.
I don't think it's a problem with the Security or Privacy
configuration of IE because both LOCALHOST and MY_SERVER_NAME are in
Local Intranet Zone wich has Low Security. Besides, I've tried to
reduced the Privacy to "Accept All Cockies" as well, though anything
seems to help.
I'd rather keep the images embedded than put them into the database or
in a External link.
What else should I try?
Thanks in advance,
Vinicius BellinoYou might try uploading the image to the same folder in Report Server
that the report file resides in. You can then set the image's property to
'Hide in list view' so that users only see the hyperlink for the report
and not the image file as well.
GeoSynch
"Vinicius Bellino" <vbellino@.uol.com.br> wrote in message
news:93d12908.0505021244.253fd001@.posting.google.com...
> Hi,
> When I access the Product Catalog of SampleReports in ReportServer
> using the server name in the URL, that is,
> http://MY_SERVER_NAME/ReportServer?/SampleReports/Product Catalog, I
> can't see any images embedded in the report, I get a red "X" instead.
> But when I access the same URL using LOCALHOST, once I'm using IE in
> the server directly, I can see all images embedded.
> My environment is RS SP1, IE 6.0.2900.2180 and WinXP SP2.
> I don't think it's a problem with the Security or Privacy
> configuration of IE because both LOCALHOST and MY_SERVER_NAME are in
> Local Intranet Zone wich has Low Security. Besides, I've tried to
> reduced the Privacy to "Accept All Cockies" as well, though anything
> seems to help.
> I'd rather keep the images embedded than put them into the database or
> in a External link.
> What else should I try?
> Thanks in advance,
> Vinicius Bellino
Embed ASP page INSIDE my report
I know I can add images inside through URL. But can add an asp page?
Can I do that with custom assembly?
If not, what version of reporting services would allow us to do so.
ThanksNo way I know of doing this. People have asked to be able to embed other
controls in a report which we'll look at doing but nothing concrete right
now.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Harsh" <creative@.mailcity.com> wrote in message
news:fa671a26.0407151625.4b36183f@.posting.google.com...
> I would like to embed an .ASP page INSIDE my report...
> I know I can add images inside through URL. But can add an asp page?
> Can I do that with custom assembly?
> If not, what version of reporting services would allow us to do so.
> Thanks
Monday, March 26, 2012
Emailing a report from a URL
Is it possible to email a report through the URL access method? For example,
can the URL
http://server/reportserver?reportname&rs:Format=PDF&rs:Command=Render include
a parameter such as rs:EmailTo=someone@.something.com?
Or is trying to achieve this goal a lot more involved than simply including
a parameter in a URL - such as developing a custom rendering or delivery
extension?
Many thanks
Adam AingerNo it is not possible to do this via the url. I guess in theory you could
write a rendering extension that could do this but it would be very
involved.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Adam Ainger" <AdamAinger@.discussions.microsoft.com> wrote in message
news:7EB4F8A9-CA3F-4FC9-A028-7458C3B51CFB@.microsoft.com...
> Hi there,
> Is it possible to email a report through the URL access method? For
> example,
> can the URL
> http://server/reportserver?reportname&rs:Format=PDF&rs:Command=Render
> include
> a parameter such as rs:EmailTo=someone@.something.com?
> Or is trying to achieve this goal a lot more involved than simply
> including
> a parameter in a URL - such as developing a custom rendering or delivery
> extension?
> Many thanks
> Adam Ainger|||Okay, thanks for your feedback Daniel.
"Daniel Reib (MSFT)" wrote:
> No it is not possible to do this via the url. I guess in theory you could
> write a rendering extension that could do this but it would be very
> involved.
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Adam Ainger" <AdamAinger@.discussions.microsoft.com> wrote in message
> news:7EB4F8A9-CA3F-4FC9-A028-7458C3B51CFB@.microsoft.com...
> > Hi there,
> >
> > Is it possible to email a report through the URL access method? For
> > example,
> > can the URL
> > http://server/reportserver?reportname&rs:Format=PDF&rs:Command=Render
> > include
> > a parameter such as rs:EmailTo=someone@.something.com?
> >
> > Or is trying to achieve this goal a lot more involved than simply
> > including
> > a parameter in a URL - such as developing a custom rendering or delivery
> > extension?
> >
> > Many thanks
> > Adam Ainger
>
>
emailed subscription not including port number in servername URL link for report
I hope someone can help as I have searched for a solution but been unable to find one as yet.
My problem is that after installing SharePoint V3.0 and amending the Report Server to <ServerName>:8080, as I don't yet wish to use integrated mode, everything works fine except email delivered subscriptions. The URL in the email body referencing the report only puts in <ServerName> etc. omitting the port number :8080. I have tried to find where this URL link is built-up from but have had no luck in the report manager, report services configuration and the config files, does anyone know where I need to look and if possible what I need to amend to have the link include :8080 after the servername portion of the URL. I can copy the URL and manually insert the port address and it works but this defeats the object of automated subscriptions.
Sorry if this is a dumb question but it is giving me a headache at the moment.
All answers gratefully received,
Andy
You should update the URLRoot element in the rsreportserver.config file to include :8080 in it. This should get the URL to work.
-Lukasz
|||Thanks Lukasz,
I thought I had looked at all the appropriate config files but obviously I missed this one. I found the entry and added the :8080 to the path and it all works fine now.
Much appreciated,
Andy
emailed subscription not including port number in servername URL link for report
I hope someone can help as I have searched for a solution but been unable to find one as yet.
My problem is that after installing SharePoint V3.0 and amending the Report Server to <ServerName>:8080, as I don't yet wish to use integrated mode, everything works fine except email delivered subscriptions. The URL in the email body referencing the report only puts in <ServerName> etc. omitting the port number :8080. I have tried to find where this URL link is built-up from but have had no luck in the report manager, report services configuration and the config files, does anyone know where I need to look and if possible what I need to amend to have the link include :8080 after the servername portion of the URL. I can copy the URL and manually insert the port address and it works but this defeats the object of automated subscriptions.
Sorry if this is a dumb question but it is giving me a headache at the moment.
All answers gratefully received,
Andy
You should update the URLRoot element in the rsreportserver.config file to include :8080 in it. This should get the URL to work.
-Lukasz
|||Thanks Lukasz,
I thought I had looked at all the appropriate config files but obviously I missed this one. I found the entry and added the :8080 to the path and it all works fine now.
Much appreciated,
Andy
emailed subscription not including port number in servername URL link for report
I hope someone can help as I have searched for a solution but been unable to find one as yet.
My problem is that after installing SharePoint V3.0 and amending the Report Server to <ServerName>:8080, as I don't yet wish to use integrated mode, everything works fine except email delivered subscriptions. The URL in the email body referencing the report only puts in <ServerName> etc. omitting the port number :8080. I have tried to find where this URL link is built-up from but have had no luck in the report manager, report services configuration and the config files, does anyone know where I need to look and if possible what I need to amend to have the link include :8080 after the servername portion of the URL. I can copy the URL and manually insert the port address and it works but this defeats the object of automated subscriptions.
Sorry if this is a dumb question but it is giving me a headache at the moment.
All answers gratefully received,
Andy
You should update the URLRoot element in the rsreportserver.config file to include :8080 in it. This should get the URL to work.
-Lukasz
|||Thanks Lukasz,
I thought I had looked at all the appropriate config files but obviously I missed this one. I found the entry and added the :8080 to the path and it all works fine now.
Much appreciated,
Andy