Viewing 15 posts - 46 through 60 (of 145 total)
The error is telling you that your tablix groups need to all have the same value for the RepeatOnNewPage property. Using the advanced mode select each grouping and set...
April 23, 2012 at 10:55 am
Have you tried using the web service? This might help you: http://blog.infotoad.com/post/2009/07/08/Uploading-RDL-files-using-Reporting-Services-Web-Services-Application-Integration.aspx
April 23, 2012 at 10:50 am
Will the Inventory at each Warehouse ever be different? Could you have a record of:
INSERT INTO #Sample VALUES('12345','NewHaven',1,'8.00','20')
If so, how do those values impact the Inventory totals for the...
April 19, 2012 at 2:32 pm
Have you tried popping up the info via an Action? Here's a discussion about that method:http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/98ad98f8-f557-4efd-9fd4-fd604ef63097/[/url].
Or use the javascript alert in this article http://www.sqlservercentral.com/articles/Reporting+Services+(SSRS)/67660/[/url]
MWise
April 13, 2012 at 12:27 pm
Have you checked your body size, report size and margins? Does this just happen when you export to PDF or do you get two pages in the report viewer?
MWise
April 13, 2012 at 11:58 am
Try following this article: http://sqlserverpedia.com/blog/sql-server-bloggers/embedded-code-in-sql-server-reporting-services/[/url].
MWise
April 13, 2012 at 11:53 am
mikeg 31960 (4/13/2012)
Turley & Bruckner have a book "SQL Server Reporting Services Recipes" and this is covered in Part V Section: "Updating Data From a Report"
If you are doing any...
April 13, 2012 at 11:48 am
rbarrera (4/13/2012)
I'm thinking of going with their backup\restore plan and going...
April 13, 2012 at 7:41 am
Kevin Kunz-193240 (4/12/2012)
April 12, 2012 at 2:33 pm
We can't use the SSIS Send Mail task because the SMTP connector does not support a remote SMTP server that requires a user id and password. We use sp_send_dbmail...
April 12, 2012 at 8:29 am
A database snapshot won't interfere with your backup chain, but it does have to reside on the same server as the original database. That sounds like it might be a...
April 9, 2012 at 1:42 pm
xenophilia (4/6/2012)
April 9, 2012 at 1:11 pm
Haha, I was sent by a recruiting firm to a first interview that without my knowing was a tech interview. POP QUIZ! It was horribly embarassing especially since...
March 29, 2012 at 1:39 pm
Are you running IE8 in compatibility mode?
MWise
March 27, 2012 at 11:21 am
I would recommend the List Control and then each of those vertical fields are just text boxes and you don't have to concatenate them all together.
MWise
March 26, 2012 at 2:31 pm
Viewing 15 posts - 46 through 60 (of 145 total)