Showing posts with label reportviewer. Show all posts
Showing posts with label reportviewer. Show all posts

Friday, March 23, 2012

Reporting Services problem

Hi all,
I am experiencing a problem with Reporting Services. Once i render a
report on button click, using a ReportViewer the report loads fine.
However, after that the actual website is not able to serve any other
request. Normal hyperlinks work but button clicks postback to the page
requesting the operation.
So for example if i have a page A requesting for a report to be loaded,
the report loads fine the first time. Every subsequent request just
does a postback to Page A.
Any ideas? I hope i am clear in what the problem is.
Regards,
VenkatHow are you accessing the reports? Are you populating a frame with a URL?
Are you simply linking to the reports?
--
Brian Welcker
Group Program Manager
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"vk" <venkatak@.gmail.com> wrote in message
news:1110110041.527411.26000@.f14g2000cwb.googlegroups.com...
> Hi all,
> I am experiencing a problem with Reporting Services. Once i render a
> report on button click, using a ReportViewer the report loads fine.
> However, after that the actual website is not able to serve any other
> request. Normal hyperlinks work but button clicks postback to the page
> requesting the operation.
> So for example if i have a page A requesting for a report to be loaded,
> the report loads fine the first time. Every subsequent request just
> does a postback to Page A.
> Any ideas? I hope i am clear in what the problem is.
> Regards,
> Venkat
>|||hi
Can any one tell me how to get a hyperlink for sub reports in ssrs 2005.
Mail me please to karvallamp@.gmail.co
From http://www.google.com/custom?cx=015258194770007199679:e2pdvdvh7_8&q=linking+operation+in+ssrs+2005&cof=GFNT:#666666;LH:55;CX:DevelopmentNow;DIV:#cccccc;FORID:10;L:http://www.google.com/coop/images/google_custom_search_sm.gif;LP:1;AH:left&ad=w9&num=10&rurl=http://www.developmentnow.com/search.aspx?cx=015258194770007199679%3Ae2pdvdvh7_8&q=linking+operation+in+ssrs+2005&cof=FORID%3A10&adkw=AELymgWd0asU4YN8M6nf8QYxkdBAnJRfMILx4jyc_yMuo5rbi3xb11lnSvDjYZ3lklV794YbgTVgpsE-FVgmSExpSufDmun2DyMWvB37Q4XnscQnC61mOPGWYIBdbDrObR3K7DGEOGJaGq8I4UNP6z0CJLN_Wzao17XXLI7m2ktFp1GyeYtLS9dbEEZHjJbmk0sI5flBS6dw&client=pub-356848142164436
Posted via DevelopmentNow.com Group
http://www.developmentnow.com

Reporting services problem

Hi, I'm trying to use the reporting services in ASP.NET page.

- I've inserted an ReportViewer object my ASP.NET
- I've a datatable with the info that I want to see in my report

Now I must to create the DataSource object? How can I create a DataSource for this solution?? Somebody can send me an example?

Thanks

Please help me!!!Sad|||Before that you need to create the report.
In fact the ReportViewer is just a container for the report.
In VS you need to do : right click on project / insert new item / Report.
Which version of SRS do you use ?|||

Sorry I didn't see the date of your post !!
I think it's too late to answer ;-)
and I think you were using VS2003...

reporting services Permission question

I posted a report to reporting server, and link the report to asp.net
reportviewer
i link the report to the reportviewer by
Me.ReportViewer1.ServerReport.ReportServerUrl = New
Uri("http://localhost/Reportserver")
Me.ReportViewer1.serverReport.ReportPath = Server.MapPath("Report1.rdl")
however it doesn't have permission to load the report
how can i implicity to pass the user name and passwor to the reportserver
by code?Use networkcredential... look under system.net
Here is the line of code you need:
rs.Credentials = New System.Net.NetworkCredential(RSUserName, RSPassword,
RSDomain)
Where RS is the object to your reporting service web service.
RSUserName, RSPassword, and RSDomain are variables of type string.
Cheers!
=-Chris
"joe" <joe@.discussions.microsoft.com> wrote in message
news:92D8757A-6378-451C-B68B-32E2D8DC538D@.microsoft.com...
>I posted a report to reporting server, and link the report to asp.net
> reportviewer
> i link the report to the reportviewer by
> Me.ReportViewer1.ServerReport.ReportServerUrl = New
> Uri("http://localhost/Reportserver")
> Me.ReportViewer1.serverReport.ReportPath = Server.MapPath("Report1.rdl")
> however it doesn't have permission to load the report
> how can i implicity to pass the user name and passwor to the
> reportserver
> by code?|||any good links or examples, thanks you
"Chris Conner" wrote:
> Use networkcredential... look under system.net
> Here is the line of code you need:
> rs.Credentials = New System.Net.NetworkCredential(RSUserName, RSPassword,
> RSDomain)
> Where RS is the object to your reporting service web service.
> RSUserName, RSPassword, and RSDomain are variables of type string.
> Cheers!
> =-Chris
>
> "joe" <joe@.discussions.microsoft.com> wrote in message
> news:92D8757A-6378-451C-B68B-32E2D8DC538D@.microsoft.com...
> >I posted a report to reporting server, and link the report to asp.net
> > reportviewer
> > i link the report to the reportviewer by
> >
> > Me.ReportViewer1.ServerReport.ReportServerUrl = New
> > Uri("http://localhost/Reportserver")
> > Me.ReportViewer1.serverReport.ReportPath = Server.MapPath("Report1.rdl")
> >
> > however it doesn't have permission to load the report
> > how can i implicity to pass the user name and passwor to the
> > reportserver
> > by code?
>
>

Saturday, February 25, 2012

Reporting Services Error

Hi Friends,
When I am browse http://localhost/ReportServer/Pages/ReportViewer.aspx , I
get this type error below.
Reporting Services Error
----
An internal error occurred on the report server. See the error log for more
details. (rsInternalError) Get Online Help
Exception of type 'System.Web.HttpUnhandledException' was thrown.
The source of the report definition has not been specified
----
SQL Server Reporting ServicesHi, Alex!
It seems to me that something bad is with your datasource. Either with the
reportserver database itself or the datasources of your reports are badly
configured. Can you specify more details?
"Alex Smith" wrote:
> Hi Friends,
> When I am browse http://localhost/ReportServer/Pages/ReportViewer.aspx , I
> get this type error below.
>
> Reporting Services Error
> ----
> An internal error occurred on the report server. See the error log for more
> details. (rsInternalError) Get Online Help
> Exception of type 'System.Web.HttpUnhandledException' was thrown.
> The source of the report definition has not been specified
> ----
> SQL Server Reporting Services
>
>
>

Tuesday, February 21, 2012

Reporting Services Convert to ReportViewer Control/ASP.Net

It's going to be too long, in order to get Reporting Services, website and
all installed here, so I'm looking for another way to get a few reports into
production
The reports are already done in SSRS - so I figured I could just, somehow,
'port' them over to our existing ASP.Net website, and use the ReportViewer
control
However, I've never done this, and it looks like it's not going to be as
simple as I thought. I gather this, especially since I have parameters
defined in most of the Reports, and they're using Stored Procedures.
Any tips on how to get something like this accomplished (I'm totally in the
dark)?Are you saying you want to get existing reports in RS (retrieve the reports
from RS meta database as *.rdl file) and somehow use them with your web
application without RS available? No, the *.rdl is pretty useless without
RS, unless you can write your own report rendering engine to process *.rdl
and generate report in needed format. (but why re-invent the wheel with huge
investment?)
"Seth Williams" <sm@.here.com> wrote in message
news:ulM0%23QtgIHA.5296@.TK2MSFTNGP05.phx.gbl...
> It's going to be too long, in order to get Reporting Services, website and
> all installed here, so I'm looking for another way to get a few reports
> into production
> The reports are already done in SSRS - so I figured I could just, somehow,
> 'port' them over to our existing ASP.Net website, and use the ReportViewer
> control
> However, I've never done this, and it looks like it's not going to be as
> simple as I thought. I gather this, especially since I have parameters
> defined in most of the Reports, and they're using Stored Procedures.
> Any tips on how to get something like this accomplished (I'm totally in
> the dark)?
>|||You can convert it to an RDLC and use the ASP.NET Reportviewer control
to render it on the client without SSRS. Here's an article:
http://msdn2.microsoft.com/en-us/library/ms252109(VS.80).aspx
Jason