Showing posts with label sample. Show all posts
Showing posts with label sample. Show all posts

Wednesday, March 28, 2012

ReportViewer authentication

I am using Microsofts sample ReportViewer in my asp app
I am using window impersonation but I can not get the viewer to use the
identity
of the user that I am impersonating
Is there a way (within ReportViewer) to set the authentication for viewing
the reports?
--
Dain
Computer ProgrammerHave a look at this link. Hope helps.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsprog/htm/rsp_prog_soapapi_dev_6ne8.asp
Regards,
Barbaros
MCDBA, MCAD
"Dain1234" <Dain1234@.discussions.microsoft.com> wrote in message
news:D82A2D58-9C79-4F8A-A0FF-DF328DBA4462@.microsoft.com...
>I am using Microsofts sample ReportViewer in my asp app
> I am using window impersonation but I can not get the viewer to use the
> identity
> of the user that I am impersonating
> Is there a way (within ReportViewer) to set the authentication for viewing
> the reports?
> --
> Dain
> Computer Programmer

Monday, March 26, 2012

ReportViewer

Is it it possible to edit the sample Report Viewer and
remove the scrollbars option and add a print option to
the toolbars.
We want to do so to create a developer standard for our
company.
Thanks!!You can easily edit and customize the sample. A client printing button is a
bit trickier because we do not have built-in support for client printing
currently directly from the HTML viewer. Right now, users are expected to
export to PDF or Image and then print. We are considering adding that
feature for future versions.
Currently, you can write your own printing control using a few of the
techniques in this article:
http://www.csharphelp.com/archives3/archive545.html
Some customers have already been working on solutions using direct rendering
and printing to PDF without user interaction. You can read some blog
comments at the bottom of the article here:
http://blogs.msdn.com/bryanke/articles/71491.aspx
--
Bryan Keller
Developer Documentation
SQL Server Reporting Services
A friendly reminder that this posting is provided "AS IS" with no
warranties, and confers no rights.
"Mark H" <anonymous@.discussions.microsoft.com> wrote in message
news:21ec201c45d1e$edea8bf0$a601280a@.phx.gbl...
> Is it it possible to edit the sample Report Viewer and
> remove the scrollbars option and add a print option to
> the toolbars.
> We want to do so to create a developer standard for our
> company.
> Thanks!!

Wednesday, March 7, 2012

ReportingService.Render Method

Hi,
I understand that I can use ReportingService.Render Method to render a
report into a byte array image and then stream it into a file. The sample
code included in documentation is clear.
The problem is that I have to transfer the report image byte stream from the
report server into the client and the store it into a file within another
network drive. Is it possible to ask reporting services to save the image
bytes to the destination folder directly?
Thank you,
AlanHi Alan,
I am afraid Reporting Services cannot save the image bytes to the
destination folder directly. However, you may try custom DLL to do it.
Sincerely yours,
Michael Cheng
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================This posting is provided "AS IS" with no warranties, and confers no rights.