Html value in one column. create Multiple Row Grouping Elements for colum in...
A web form 2010 application calls an ssrs 2008 report currently. In this existing ssrs 2008 report , I will like to create multiple groupings within the report so the report will print on different...
View ArticleTrying to get a muli page form running.
Might be wrong place, but I am using Visual Studio Local Report in VS 2008. I have a database that pulls overdue records and creates a form for each customer. However the report only displays the...
View ArticleUnable to pull username and password in SSRS connection properties
I am migrating crystal reports to SSRS reports using a windows app, build based on .net code. Also I need to migrate the connection string with username and password. When I open the rdl post...
View ArticleIncrement Tablix objects in c#
Hi,I am converting crystal reports to ssrs reports and I am converting area sections of crystal reports to tablix in ssrs.Below code is the object declaration.Tablix tab = new Tablix(); tab.Name =...
View ArticleUnable to assign value to a textbox property in c#
Hi,string stEx = cr.Text; txtbox.Paragraphs[0].TextRuns[0].Value.Expression = stEx;I have a value in stEx and I need to assign it to `txtbox.Paragraphs[0].TextRuns[0].Value.Expression`Now I am getting...
View Articlebind json data to datasource report
Can I directly bind jason data to datasource or need to convert to datatable first?
View ArticleError occurred during local report processing in prod, OK on test system
I am getting this error in production, not on test system. Here is the information I have:Microsoft.ReportViewer.WebForms 9/2/2015 7:34:23 PM Exception generated on Wednesday, September 02, 2015, at...
View ArticleReportViewer gives JS error: 0x800a139e 'DocMapUpdatePanelId' is not a...
Well, what I ran into makes no sense. Yesterday I was viewing the report form within my web site just fine. Today I tried to change it to an embedded report, and I started getting crazy errors, like...
View ArticleAfter generating PDF the text color is not displaing as it is
Hi,I have 1 graph bar report, in that all bars color is red and the label which is presend in that red bar is white colored.when i generate the PDF then that white label color is displaing little bit...
View ArticleSSRS RDLC and sql server store procedured return paginated data
i have seen when people work with SSRS RDLC then they bind full data with report. i think this kind of approach decrease performance. so guide me how could i pass suppose 20 records at a time to report...
View ArticleSSRS reports Solution for text-align: justify;
I tried googling, to figure out a solution for text-align: justify;I tried by placing a textbox and to render a HTML text , it does not work the text gets left aligned.How can we implement any ideas ?
View ArticleRDLC report to show Date without timestamp and total for a column
Hi,I am working on RDLC reports, I need to remove the time stamp from the date in my report and also show the total of another column in the bottom of the report. Please tell me how to do...
View Articleweb form 2010 calling an ssrs report server calling lots of parameter values
For an existing ssrs 2008 report that is running on a ssrs 2012 report server, I believe the call from the vb.net 2010 web form application that will call the report server will look something like...
View Articleweb form calling ssrs 2008
I have a vb.net 2010 web form application that calls ssrs 2008 reports currently. I want to use the page break disabled property on a gouping or detail lines of a tablix. However I am getting the error...
View Articlevb.net calling ssrs report is not displaying page breaks properly.
In an SSRS 2008 r2 report that is called by a vb.net 2010 web form application, I am trying to determine why a page break is not working. The problem is either with the html or the page break in the...
View Articlehow to create SSRS reports from scratch
Hi,I am new to reporting. I have used RDLC reports and now, as My manager wants some more attractive and beneficial reporting services, I chose to start working on SSRS reports but I have no idea on...
View ArticleSSRS gives error when running in IP address.
Hi,I have created the SSRS report and deployed successfully. When I go to the URL its working in localhost, but if I try to access from remote system with IP address, its not working. If I use the URL...
View ArticleDeployment fails for SSRS report(Need to install SSRS???)
I have created an SSRS report today using ASP.NET. Please tell me how to add report services to my installed SQL server 2016. I can preview the data in preview tab but when I try to run the project or...
View Article