Showing posts with label pdf. Show all posts
Showing posts with label pdf. Show all posts

Sunday, March 11, 2012

Encrypt Report Attachments (through Subscriptions) -- possible?

We currently email out reports as either PDF or Excel attachments using Data Driven subscriptions in SSRS 2005. I've been asked to be able to encrypt the attachments and am wondering if anyone has done this or can point me in the right direction.

There's been a couple of mentions about "encrypted email" -- but I don't know where to find further information. Is this possible using SSRS subscriptions?

Thanks in advance,

- Jesse Wolgamott

Currenlty, the way to do this is to write a custom delivery extension. The one provided with reporting servcies does not support encrypting the report.

-Lukasz

|||Thanks!

For people who are reading this later on, more information about custom delivery extensions is here: http://msdn2.microsoft.com/en-us/library/ms154050.aspx

Encrypt Report Attachments (through Subscriptions) -- possible?

We currently email out reports as either PDF or Excel attachments using Data Driven subscriptions in SSRS 2005. I've been asked to be able to encrypt the attachments and am wondering if anyone has done this or can point me in the right direction.

There's been a couple of mentions about "encrypted email" -- but I don't know where to find further information. Is this possible using SSRS subscriptions?

Thanks in advance,

- Jesse Wolgamott

Currenlty, the way to do this is to write a custom delivery extension. The one provided with reporting servcies does not support encrypting the report.

-Lukasz

|||Thanks!

For people who are reading this later on, more information about custom delivery extensions is here: http://msdn2.microsoft.com/en-us/library/ms154050.aspx

Encrypt Report Attachments (through Subscriptions) -- possible?

We currently email out reports as either PDF or Excel attachments using Data Driven subscriptions in SSRS 2005. I've been asked to be able to encrypt the attachments and am wondering if anyone has done this or can point me in the right direction.

There's been a couple of mentions about "encrypted email" -- but I don't know where to find further information. Is this possible using SSRS subscriptions?

Thanks in advance,

- Jesse Wolgamott

Currenlty, the way to do this is to write a custom delivery extension. The one provided with reporting servcies does not support encrypting the report.

-Lukasz

|||Thanks!

For people who are reading this later on, more information about custom delivery extensions is here: http://msdn2.microsoft.com/en-us/library/ms154050.aspx

Wednesday, February 15, 2012

Empty pages occured when export to tif/PDF format

Hi,
my report looks great in MS VS preview and diploy to browser, however when i
export to pdf or tif format, empty pages will occur after every actual pages.
Please give me some advice.
ThanksCheck the size of margins and report body width also size of header & footer
and your rpt body heigth..it must be
Report width >= margins + body width
Report height >= header+footer+body height
something must be running out of range...
Sunny
"SL" wrote:
> Hi,
> my report looks great in MS VS preview and diploy to browser, however when i
> export to pdf or tif format, empty pages will occur after every actual pages.
> Please give me some advice.
> Thank|||Perhaps the report is slightly too wide for your page width. Try to reduce
your margins and/or the width of your report.
--
Alain Quesnel
alainsanspam@.logiquel.com
www.logiquel.com
"SL" <SL@.discussions.microsoft.com> wrote in message
news:04429481-BDEF-46C4-B0A9-F6CE69792C5F@.microsoft.com...
> Hi,
> my report looks great in MS VS preview and diploy to browser, however when
> i
> export to pdf or tif format, empty pages will occur after every actual
> pages.
> Please give me some advice.
> Thanks|||Thanks Sunny & Alain~ i goti it. Thanks
"Alain Quesnel" wrote:
> Perhaps the report is slightly too wide for your page width. Try to reduce
> your margins and/or the width of your report.
> --
> Alain Quesnel
> alainsanspam@.logiquel.com
> www.logiquel.com
>
> "SL" <SL@.discussions.microsoft.com> wrote in message
> news:04429481-BDEF-46C4-B0A9-F6CE69792C5F@.microsoft.com...
> > Hi,
> > my report looks great in MS VS preview and diploy to browser, however when
> > i
> > export to pdf or tif format, empty pages will occur after every actual
> > pages.
> > Please give me some advice.
> > Thanks
>
>|||Great! Thanks a lot! No more obscure empty pages are displayed!
Thanks again!
"Sunny" wrote:
> Check the size of margins and report body width also size of header & footer
> and your rpt body heigth..it must be
> Report width >= margins + body width
> Report height >= header+footer+body height
> something must be running out of range...
> Sunny
> "SL" wrote:
> > Hi,
> > my report looks great in MS VS preview and diploy to browser, however when i
> > export to pdf or tif format, empty pages will occur after every actual pages.
> > Please give me some advice.
> > Thank