i would like to ask if using the Render() function is the ONLY way to get the
report in the web?(exclude the url access)
how about SOAP? how to use SOAP to generating report in web?
by the way, is render() a method which comes from SOAP?
i am confuse about it...please help
thanks in advanceHi Jason:
Render is part of the web service (aka SOAP) API.
There are other methods you can come up with to get a report to the
web. For instance, you could set up a report subscription and have the
report delivered to a network share. A web site could map to the same
network share and make the reports available.
--
Scott
http://www.OdeToCode.com
On Mon, 20 Sep 2004 21:05:01 -0700, "Jasonymk"
<Jasonymk@.discussions.microsoft.com> wrote:
>i would like to ask if using the Render() function is the ONLY way to get the
>report in the web?(exclude the url access)
>how about SOAP? how to use SOAP to generating report in web?
>by the way, is render() a method which comes from SOAP?
>i am confuse about it...please help
>thanks in advance|||hi Scott,
thanks you very much for helping me...i have make a web reference to the
reportservice.asmx...like the online book said...does it mean that i am
already using SOAP?
mmm i think for the method you mentioned i think thats more or less the same
as URL access right? i think that may not be useful for me cos i would like
to have report like invoice with a partiular number chosen by the user.
So...constant delivery may not be useful(subscription is set in the report
server right?)
once again...ths for helping....
"Scott Allen" wrote:
> Hi Jason:
> Render is part of the web service (aka SOAP) API.
> There are other methods you can come up with to get a report to the
> web. For instance, you could set up a report subscription and have the
> report delivered to a network share. A web site could map to the same
> network share and make the reports available.
> --
> Scott
> http://www.OdeToCode.com
> On Mon, 20 Sep 2004 21:05:01 -0700, "Jasonymk"
> <Jasonymk@.discussions.microsoft.com> wrote:
> >i would like to ask if using the Render() function is the ONLY way to get the
> >report in the web?(exclude the url access)
> >
> >how about SOAP? how to use SOAP to generating report in web?
> >by the way, is render() a method which comes from SOAP?
> >
> >i am confuse about it...please help
> >thanks in advance
>|||Hi jason:
Yes - if you have a web reference you are already using SOAP.
It doesn't sound as if having a report delivered would fit what you
need to do.
--
Scott
http://www.OdeToCode.com
On Mon, 20 Sep 2004 23:07:04 -0700, "Jasonymk"
<Jasonymk@.discussions.microsoft.com> wrote:
>hi Scott,
>thanks you very much for helping me...i have make a web reference to the
>reportservice.asmx...like the online book said...does it mean that i am
>already using SOAP?
>mmm i think for the method you mentioned i think thats more or less the same
>as URL access right? i think that may not be useful for me cos i would like
>to have report like invoice with a partiular number chosen by the user.
>So...constant delivery may not be useful(subscription is set in the report
>server right?)
>once again...ths for helping....
>"Scott Allen" wrote:
>> Hi Jason:
>> Render is part of the web service (aka SOAP) API.
>> There are other methods you can come up with to get a report to the
>> web. For instance, you could set up a report subscription and have the
>> report delivered to a network share. A web site could map to the same
>> network share and make the reports available.
>> --
>> Scott
>> http://www.OdeToCode.com
>> On Mon, 20 Sep 2004 21:05:01 -0700, "Jasonymk"
>> <Jasonymk@.discussions.microsoft.com> wrote:
>> >i would like to ask if using the Render() function is the ONLY way to get the
>> >report in the web?(exclude the url access)
>> >
>> >how about SOAP? how to use SOAP to generating report in web?
>> >by the way, is render() a method which comes from SOAP?
>> >
>> >i am confuse about it...please help
>> >thanks in advance
>>
Showing posts with label url. Show all posts
Showing posts with label url. Show all posts
Wednesday, March 21, 2012
Friday, February 24, 2012
Generate images from SharePoint picture library?
I have a picture which saved in the sharepoint piture library, I can see it
via IE, the url is http://sharepoint/My20Pictures/01.jpg
But when I add it as an external image, it does't show when I review the
report.
Please advise! Thanks a lot!When you drag the image control and a option list shows up, when you selected
web, and you must have given URL at that time it gave any error ? Just check.
if it gives then there is a problem in accessing the jpg, So you need to
sort out there itself to proceed. Just check for access as well.
Amarnath
"CEO" wrote:
> I have a picture which saved in the sharepoint piture library, I can see it
> via IE, the url is http://sharepoint/My20Pictures/01.jpg
> But when I add it as an external image, it does't show when I review the
> report.
> Please advise! Thanks a lot!|||Thanks Amarnath,
There wasn't any problem when I darg the image control and type in the URL
for the picture, the image can be seen in the design model.
I think it is a permission issue when it go live, because sharepoint save
the picture in sql server database. And the reporting services running under
Local System.
But I'm not sure how to add user permission to show the picture.
Thanks!
"Amarnath" wrote:
> When you drag the image control and a option list shows up, when you selected
> web, and you must have given URL at that time it gave any error ? Just check.
> if it gives then there is a problem in accessing the jpg, So you need to
> sort out there itself to proceed. Just check for access as well.
> Amarnath
> "CEO" wrote:
> > I have a picture which saved in the sharepoint piture library, I can see it
> > via IE, the url is http://sharepoint/My20Pictures/01.jpg
> >
> > But when I add it as an external image, it does't show when I review the
> > report.
> >
> > Please advise! Thanks a lot!|||Infact when you select from the image control and preview it really connects
live and if it works, it has connection permission. So probabily, you can
check out the error, what exactly it gives, otherwise if you can add your
image(jpg) as a project and access from reports.
Amarnath
"CEO" wrote:
> Thanks Amarnath,
> There wasn't any problem when I darg the image control and type in the URL
> for the picture, the image can be seen in the design model.
> I think it is a permission issue when it go live, because sharepoint save
> the picture in sql server database. And the reporting services running under
> Local System.
> But I'm not sure how to add user permission to show the picture.
> Thanks!
>
> "Amarnath" wrote:
> > When you drag the image control and a option list shows up, when you selected
> > web, and you must have given URL at that time it gave any error ? Just check.
> > if it gives then there is a problem in accessing the jpg, So you need to
> > sort out there itself to proceed. Just check for access as well.
> >
> > Amarnath
> >
> > "CEO" wrote:
> >
> > > I have a picture which saved in the sharepoint piture library, I can see it
> > > via IE, the url is http://sharepoint/My20Pictures/01.jpg
> > >
> > > But when I add it as an external image, it does't show when I review the
> > > report.
> > >
> > > Please advise! Thanks a lot!|||I have the same problem with the authentication. I found in IIS log, that
requests for the picture from the pic library returns error 401. how to solve
the permissions problem?
Thanks
"Amarnath" wrote:
> Infact when you select from the image control and preview it really connects
> live and if it works, it has connection permission. So probabily, you can
> check out the error, what exactly it gives, otherwise if you can add your
> image(jpg) as a project and access from reports.
> Amarnath
>
> "CEO" wrote:
> > Thanks Amarnath,
> >
> > There wasn't any problem when I darg the image control and type in the URL
> > for the picture, the image can be seen in the design model.
> >
> > I think it is a permission issue when it go live, because sharepoint save
> > the picture in sql server database. And the reporting services running under
> > Local System.
> >
> > But I'm not sure how to add user permission to show the picture.
> >
> > Thanks!
> >
> >
> > "Amarnath" wrote:
> >
> > > When you drag the image control and a option list shows up, when you selected
> > > web, and you must have given URL at that time it gave any error ? Just check.
> > > if it gives then there is a problem in accessing the jpg, So you need to
> > > sort out there itself to proceed. Just check for access as well.
> > >
> > > Amarnath
> > >
> > > "CEO" wrote:
> > >
> > > > I have a picture which saved in the sharepoint piture library, I can see it
> > > > via IE, the url is http://sharepoint/My20Pictures/01.jpg
> > > >
> > > > But when I add it as an external image, it does't show when I review the
> > > > report.
> > > >
> > > > Please advise! Thanks a lot!
via IE, the url is http://sharepoint/My20Pictures/01.jpg
But when I add it as an external image, it does't show when I review the
report.
Please advise! Thanks a lot!When you drag the image control and a option list shows up, when you selected
web, and you must have given URL at that time it gave any error ? Just check.
if it gives then there is a problem in accessing the jpg, So you need to
sort out there itself to proceed. Just check for access as well.
Amarnath
"CEO" wrote:
> I have a picture which saved in the sharepoint piture library, I can see it
> via IE, the url is http://sharepoint/My20Pictures/01.jpg
> But when I add it as an external image, it does't show when I review the
> report.
> Please advise! Thanks a lot!|||Thanks Amarnath,
There wasn't any problem when I darg the image control and type in the URL
for the picture, the image can be seen in the design model.
I think it is a permission issue when it go live, because sharepoint save
the picture in sql server database. And the reporting services running under
Local System.
But I'm not sure how to add user permission to show the picture.
Thanks!
"Amarnath" wrote:
> When you drag the image control and a option list shows up, when you selected
> web, and you must have given URL at that time it gave any error ? Just check.
> if it gives then there is a problem in accessing the jpg, So you need to
> sort out there itself to proceed. Just check for access as well.
> Amarnath
> "CEO" wrote:
> > I have a picture which saved in the sharepoint piture library, I can see it
> > via IE, the url is http://sharepoint/My20Pictures/01.jpg
> >
> > But when I add it as an external image, it does't show when I review the
> > report.
> >
> > Please advise! Thanks a lot!|||Infact when you select from the image control and preview it really connects
live and if it works, it has connection permission. So probabily, you can
check out the error, what exactly it gives, otherwise if you can add your
image(jpg) as a project and access from reports.
Amarnath
"CEO" wrote:
> Thanks Amarnath,
> There wasn't any problem when I darg the image control and type in the URL
> for the picture, the image can be seen in the design model.
> I think it is a permission issue when it go live, because sharepoint save
> the picture in sql server database. And the reporting services running under
> Local System.
> But I'm not sure how to add user permission to show the picture.
> Thanks!
>
> "Amarnath" wrote:
> > When you drag the image control and a option list shows up, when you selected
> > web, and you must have given URL at that time it gave any error ? Just check.
> > if it gives then there is a problem in accessing the jpg, So you need to
> > sort out there itself to proceed. Just check for access as well.
> >
> > Amarnath
> >
> > "CEO" wrote:
> >
> > > I have a picture which saved in the sharepoint piture library, I can see it
> > > via IE, the url is http://sharepoint/My20Pictures/01.jpg
> > >
> > > But when I add it as an external image, it does't show when I review the
> > > report.
> > >
> > > Please advise! Thanks a lot!|||I have the same problem with the authentication. I found in IIS log, that
requests for the picture from the pic library returns error 401. how to solve
the permissions problem?
Thanks
"Amarnath" wrote:
> Infact when you select from the image control and preview it really connects
> live and if it works, it has connection permission. So probabily, you can
> check out the error, what exactly it gives, otherwise if you can add your
> image(jpg) as a project and access from reports.
> Amarnath
>
> "CEO" wrote:
> > Thanks Amarnath,
> >
> > There wasn't any problem when I darg the image control and type in the URL
> > for the picture, the image can be seen in the design model.
> >
> > I think it is a permission issue when it go live, because sharepoint save
> > the picture in sql server database. And the reporting services running under
> > Local System.
> >
> > But I'm not sure how to add user permission to show the picture.
> >
> > Thanks!
> >
> >
> > "Amarnath" wrote:
> >
> > > When you drag the image control and a option list shows up, when you selected
> > > web, and you must have given URL at that time it gave any error ? Just check.
> > > if it gives then there is a problem in accessing the jpg, So you need to
> > > sort out there itself to proceed. Just check for access as well.
> > >
> > > Amarnath
> > >
> > > "CEO" wrote:
> > >
> > > > I have a picture which saved in the sharepoint piture library, I can see it
> > > > via IE, the url is http://sharepoint/My20Pictures/01.jpg
> > > >
> > > > But when I add it as an external image, it does't show when I review the
> > > > report.
> > > >
> > > > Please advise! Thanks a lot!
Subscribe to:
Posts (Atom)