Viewing 15 posts - 16 through 30 (of 48 total)
Some immediate, untested, and possibly unhelpful thoughts:
1) Does the "Consume Container Whitespace" option help in not allowing the tablices to push down too far?
2) Can you put another white-space-only tablix...
December 3, 2013 at 11:36 am
Set up an internal report parameter called @user-id (or something), and set it equal to the report global User!UserID. Make sure it's at the top of the parm...
December 2, 2013 at 10:55 am
FWIW, at no point did I fail to understand the problem.
Still no response as to what happens when the file is opened in Report Builder...
October 16, 2013 at 10:17 am
:ermm:
Try opening that rdl file in Report Builder, what happens then?
EJM
October 11, 2013 at 1:17 pm
Joe -
Presumably you've tried things like selecting the entire tablix and seeing if the groups appear then? Sometimes what appears in those grouping panes below varies based on if...
October 11, 2013 at 9:36 am
Presumably you're talking about adding a group in a table or a matrix?
Can you provide some more detail, or some screenshots or something? Maybe compare what you're seeing with...
September 6, 2013 at 9:39 am
Perhaps it's inconsistent type of the data it's operating on?
Try changing it to:
CStr(CDec(Round(Avg(Cdbl(Fields!QUOTE_VAL.Value)),2)))
September 3, 2013 at 9:51 am
You could also setup some monitoring on the Subscription table in the ReportServer db, looking for successful resolution of the data-drive sub, and then kick something off afterwards.
September 3, 2013 at 9:46 am
You could also set an Agent job to periodically monitor the status of the File Share subscription, using the Subscription table in the ReportServer db. Then, upon successful completion and...
August 28, 2013 at 10:45 am
View --> Report Data, at the bottom. Make sure you've got focus in a report such that it is even an option. Click around if it's not appearing there.
I think...
August 22, 2013 at 10:02 am
Barring a TSQL solution, I have done this in the past with a scripting object that calls to the report server via URL.
August 15, 2013 at 11:19 am
It could also have to do with space on the right/left margins that is pushing the report past the page area. If it's ONLY on the last page this is...
August 15, 2013 at 11:14 am
immu_20 (8/13/2013)
eric.muller (7/23/2013)
August 13, 2013 at 12:33 pm
Sounds like you want to set up some subscriptions in Reporting Services for these users. Then you can specify the schedule and the delivery file format as desired.
I'd do some...
August 8, 2013 at 10:00 am
A great discussion of Numbers tables by Jeff Moden here: http://stackoverflow.com/a/2663232
This page has sample code to create one and some examples of its use: http://archive.msdn.microsoft.com/SQLExamples/Wiki/View.aspx?title=NumbersTable#CreateTable
August 2, 2013 at 2:57 pm
Viewing 15 posts - 16 through 30 (of 48 total)