Is it possible to generate directly a PDF file with a name, and not first
come in the HTML page and then eport to PDF.
I hope someone knows how.
Kind regards
A. MoeskerSure, you can do this with either web services or URL integration. You
specify the render method. The default is HTML. If you have a link in your
report use the jump to URL instead of jump to report. Look at books online
and search on URL
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"A. Moesker" <a.moesker@.home.nl> wrote in message
news:OAk2oUqRFHA.3140@.tk2msftngp13.phx.gbl...
> Is it possible to generate directly a PDF file with a name, and not first
> come in the HTML page and then eport to PDF.
> I hope someone knows how.
> Kind regards
> A. Moesker
>|||I use the following JavaScript to determine the output from a standard asp
search results page.
The URL is built up and then calls a window to open up the new URL which
automatically causes the document to either open or be saved (users selection
via dialogue box).
var HLINK="";
HLINK = HLINK + "http://{RS Server Name}/ReportServer"
HLINK = HLINK + "?%2f{Folder Name}%2f"+sReportName
HLINK = HLINK + "&rs%3aClearSession=true"
HLINK = HLINK + "&rs%3aCommand=Render"
HLINK = HLINK + "&rs%3aFormat=" + aFormat //HTML4.0 - PDF - EXCEL
HLINK = HLINK + "&S_Customer="+S_Customer //Params go here
HLINK = HLINK + "&rc%3aToolbar=True"
HLINK = HLINK + "&rc%3aJavaScript=True"
HLINK = HLINK + "&rc%3aLinkTarget=_top"
HLINK = HLINK + "&rc%3aArea=Toolbar"
HLINK = HLINK + ""
You can see how the URL is built up. I use some 12 or so params with this
page and thay can be bolted on where I have indicated.
Best of luck,
Tony
"Bruce L-C [MVP]" wrote:
> Sure, you can do this with either web services or URL integration. You
> specify the render method. The default is HTML. If you have a link in your
> report use the jump to URL instead of jump to report. Look at books online
> and search on URL
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "A. Moesker" <a.moesker@.home.nl> wrote in message
> news:OAk2oUqRFHA.3140@.tk2msftngp13.phx.gbl...
> > Is it possible to generate directly a PDF file with a name, and not first
> > come in the HTML page and then eport to PDF.
> >
> > I hope someone knows how.
> >
> > Kind regards
> >
> > A. Moesker
> >
> >
>
>
Showing posts with label knows. Show all posts
Showing posts with label knows. Show all posts
Thursday, March 29, 2012
Friday, March 9, 2012
Differente SPs versions
Hi people.
I would like to know if anybody knows if there's any
problem use SQL Server 2000 with SP2 and SQL 2000 Client
with SP3a.
Tks in advance.It seems to work OK without any issues. Do you find any problems?
--
- Anith
( Please reply to newsgroups only )|||Tks for your help.
>--Original Message--
>I have installations with Server on SP2 & client machines
with SP3a and I
>haven't found any issues either with setup or
connectivity. Before
>installing it, make sure you read through the readme.htm
that comes with
>SP3a for any additional information.
>--
>- Anith
>( Please reply to newsgroups only )
>
>.
>|||No... I didn't install it yet. But is it recommended?
>--Original Message--
>It seems to work OK without any issues. Do you find any
problems?
>--
>- Anith
>( Please reply to newsgroups only )
>
>.
>|||The only problem you may have would be related to DTS packages. If a client
machine (with SP3) creates or modifies a DTS package and saves it back to
the server with SP2 on it, it is conceivable that the package will no
longer run or may not be able to be modified by a users using the SP2
version of the SQL Server clients.
Rand
This posting is provided "as is" with no warranties and confers no rights.|||I have installations with Server on SP2 & client machines with SP3a and I
haven't found any issues either with setup or connectivity. Before
installing it, make sure you read through the readme.htm that comes with
SP3a for any additional information.
--
- Anith
( Please reply to newsgroups only )|||Tks Rand!!!
>--Original Message--
>The only problem you may have would be related to DTS
packages. If a client
>machine (with SP3) creates or modifies a DTS package and
saves it back to
>the server with SP2 on it, it is conceivable that the
package will no
>longer run or may not be able to be modified by a users
using the SP2
>version of the SQL Server clients.
>Rand
>This posting is provided "as is" with no warranties and
confers no rights.
>.
>
I would like to know if anybody knows if there's any
problem use SQL Server 2000 with SP2 and SQL 2000 Client
with SP3a.
Tks in advance.It seems to work OK without any issues. Do you find any problems?
--
- Anith
( Please reply to newsgroups only )|||Tks for your help.
>--Original Message--
>I have installations with Server on SP2 & client machines
with SP3a and I
>haven't found any issues either with setup or
connectivity. Before
>installing it, make sure you read through the readme.htm
that comes with
>SP3a for any additional information.
>--
>- Anith
>( Please reply to newsgroups only )
>
>.
>|||No... I didn't install it yet. But is it recommended?
>--Original Message--
>It seems to work OK without any issues. Do you find any
problems?
>--
>- Anith
>( Please reply to newsgroups only )
>
>.
>|||The only problem you may have would be related to DTS packages. If a client
machine (with SP3) creates or modifies a DTS package and saves it back to
the server with SP2 on it, it is conceivable that the package will no
longer run or may not be able to be modified by a users using the SP2
version of the SQL Server clients.
Rand
This posting is provided "as is" with no warranties and confers no rights.|||I have installations with Server on SP2 & client machines with SP3a and I
haven't found any issues either with setup or connectivity. Before
installing it, make sure you read through the readme.htm that comes with
SP3a for any additional information.
--
- Anith
( Please reply to newsgroups only )|||Tks Rand!!!
>--Original Message--
>The only problem you may have would be related to DTS
packages. If a client
>machine (with SP3) creates or modifies a DTS package and
saves it back to
>the server with SP2 on it, it is conceivable that the
package will no
>longer run or may not be able to be modified by a users
using the SP2
>version of the SQL Server clients.
>Rand
>This posting is provided "as is" with no warranties and
confers no rights.
>.
>
Subscribe to:
Posts (Atom)