Viewing 15 posts - 436 through 450 (of 1,957 total)
It's pretty hard to tell exactly what the problem is from this description. Any chance you cold have a read of the article in my signature and provide a sample...
June 30, 2014 at 1:08 pm
I have to admit I have never tried this, but I am wondering if the SSRS report builder with a suitable set of models would be a compromise that worked,...
June 30, 2014 at 1:05 pm
Are you using Visual Studio (or BIDS) or Report Designer?
It sounds like you found the property - as far as I know it is only found in one place, so...
June 28, 2014 at 4:05 am
Sean Lange (6/26/2014)
June 26, 2014 at 5:10 pm
click on the main report area, outside the "body" and the in the properties window (F4), set the InitialPageName to "customtab"
June 26, 2014 at 4:06 pm
No, the best you can do is replace Sheet1, Sheet2 etc with <A Custom String> (1), <A Custom String> (2) etc...
e.g.
MyPageName, MyPageName (2), MyPageName (3) etc
June 26, 2014 at 1:00 pm
I did not say to change anything on your parameter that has default values.
June 26, 2014 at 10:57 am
a_ud (6/26/2014)
June 26, 2014 at 2:27 am
Hi, Sorry I can't see what is wrong there, so I suggest you place a breakpoint at the start of "main" and step through the code until it throws an...
June 26, 2014 at 2:22 am
IE 10 is really bad for compatibility IMHO, but it should work if you set this site in compatibility mode from the IE Tools menu : Compatibility Settings...
June 25, 2014 at 5:21 pm
That error message usually relates to a StringBuilder.AppendFormat method being called with mismatching parameters.
By this, I am talking about a format string like this "Hello {1}" being passed one parameter,...
June 25, 2014 at 4:40 pm
In order for the report to wait for user input, you need a parameter with no default that does not allow Null values, but can allow blank values.
So, I tend...
June 25, 2014 at 4:32 pm
It is also Red.
http://www.microsoft.com/en-gb/server-cloud/products/sql-server/default.aspx#fbid=6qR4XA74Ypt
June 24, 2014 at 3:46 pm
That property comes from ReportDesigner, and is used to identify the original source of the report.
I don't believe it is relevant for the everyday running of a report as ReportServer...
June 23, 2014 at 5:28 pm
pwalter83 (6/23/2014)
mister.magoo (6/23/2014)
mister.magoo (6/20/2014)
Can I ask what is not working in the SSRS RunningTotal, it may just be a scope problem?
Evil Kraig F (6/20/2014)
pwalter83 (6/20/2014)
June 23, 2014 at 3:54 am
Viewing 15 posts - 436 through 450 (of 1,957 total)