Viewing 12 posts - 31 through 42 (of 42 total)
You should provide (just to diagnose) other device related information with your URL request such as,
Section
Sets which page in the report to display. Any value that is greater than...
June 10, 2013 at 5:39 pm
Deploy the Report as well as the data source from SSDT to report server.
2nd edition of my book on SSRS2012 to be released on June 20, 2013
June 10, 2013 at 5:30 pm
What is the data type of the vendor field in your table?
June 10, 2013 at 5:22 pm
Why don't you just use Excel?
Period1Period2Period3
V1101520
V2124
V3100200150
V4100011001120
V5505560
V1V4100001650022400
V1V55008251200
etc...
So much simpler takes 10 sec or less.
Unless...
tryi
there is some huge data you are trying to report upon.
June 10, 2013 at 5:20 pm
Do the two table schema compatible for a UNION?
June 10, 2013 at 2:03 pm
If you are writing code, the first thing you test for your self is whether you can connect to the server. Technically even if user created databases are not present,...
June 10, 2013 at 2:00 pm
As far as connecting to SQL Server 2012 any of the ODBC versions will work (6.0, 10.0, 11.0). The lower versions may not be able to handle more recent...
June 10, 2013 at 1:45 pm
We could go off line and you can share the code. But first off all, in the code can't you reference the data set and use some kind of for--each...
June 9, 2013 at 9:25 pm
Your report has no data source and no dataset and I am sure will get errors displaying. Embedded code uses the data sets in some fashion.
June 8, 2013 at 8:00 pm
I guess you really meant Report Builder 2.0. By text file did you mean the XML definition file?
June 8, 2013 at 4:15 pm
I think the deal with how MSFT handles floating point should be correct one.
DECLARE @a FLOAT(20)
DECLARE @b-2 FLOAT(53)
DECLARE @C FLOAT(53)
DECLARE @T TABLE(I INT IDENTITY(1,1),...
June 8, 2013 at 3:47 pm
Viewing 12 posts - 31 through 42 (of 42 total)