Viewing 15 posts - 31 through 45 (of 62 total)
Please see my response to the related post here: http://www.sqlservercentral.com/Forums/Topic593245-1063-1.aspx
May 8, 2009 at 5:48 am
How about this from Wrox.
Arun, see if you can buy this in Chennai, else PM me I will check if I can send it thru' someone.
May 5, 2009 at 9:21 am
The buzz word is On Demand Report Processing.
http://msdn.microsoft.com/en-us/library/bb630400.aspx#OndemandProcessing
And for the pros and cons of this please see Robert Bruckner here: http://blogs.msdn.com/robertbruckner/archive/2008/08/11/on-demand-report-processing-in-rs-2008.aspx
May 5, 2009 at 9:08 am
The ? is not just a ?.
In 2005, if a report had 180 pages worth of records all were rendered as a whole.
In 2008, only a page worth of data...
May 5, 2009 at 7:41 am
OK. what is the data type of Fields!ResolvedTime_1.value.
Are you not trying to use AVG on a date time column.
convert them into minutes or seconds, treat them as a number...
April 29, 2009 at 7:28 am
Sorry Rahul.
do you want gridlines on cells, say that is a header (textbox in the report) or do you want headlines outside of the region occupied by the report in...
April 24, 2009 at 8:21 am
Look for properties:
border color, set it to black and
border style set it to solid
Try for table properties if that does not work, then set the same properties...
April 23, 2009 at 10:20 am
Let me show you how to do this when @test-2 takes a single value.
WHEREPOP30300.VOIDSTTS = 0
ANDPOP30300.GLPOSTDT >= @start
ANDPOP30300.GLPOSTDT < @end
...
April 23, 2009 at 10:03 am
Does he have rights to the Item Level Task: 'Manage Reports', that grants rights to change parameters. http://msdn.microsoft.com/en-us/library/ms160344(SQL.90).aspx
Try it out.
April 21, 2009 at 8:16 am
Ohk, here is your query.
SELECT column A, column B, column C, column D, column E
FROM table_123
WHERE column E = '0
Since this is an Ad hoc report, I assume you have...
April 20, 2009 at 8:32 am
You might have heard this sermon before. There are three phases: Design, Execution, Rendering.
Based on the number of records returned during execution, pagination will occur during rendering. And you...
April 15, 2009 at 9:30 am
Sorry, the approach that I have given above is only when only one of the sub reports is selected.
Cannot think of a solution at this time.
Sorry again.
April 14, 2009 at 8:59 am
At any given instance will all three sub reports SUB1, SUB2, SUB3 be selected/printed or only one of the sub report will be selected.
If the latter is the case, you...
April 14, 2009 at 7:51 am
Did you check the box for Repeat header rows on each page?
Do you know where to do this?
April 7, 2009 at 11:14 am
what is the image/figure on your header rows when you select the table. You should see the header image. Or are you seeing the image with three black lines denoting...
April 7, 2009 at 10:46 am
Viewing 15 posts - 31 through 45 (of 62 total)