Viewing 14 posts - 31 through 44 (of 44 total)
I'm not sure, but you could wrap those in words in html tags and render reports in html mode.
February 20, 2011 at 12:15 pm
PSB (2/17/2011)
=IIF(Parameters!DateLoadedBin.Value=0 OR Parameters!DateLoadedBin.Value Is Nothing,TODAY())I am using this but not working.
IIF(Parameters!DateLoadedBin.Value=0 OR Parameters!DateLoadedBin.Value Is Nothing,TODAY(), Parameters!DateLoadedBin.Value)
should work
February 18, 2011 at 12:04 am
I'm not a 100% sure but I think the LabelIntervalOffset property on the y-axis is what you're looking for.
It seems like for some reason you have 662,405 as starting point?...
February 17, 2011 at 8:03 am
Do you mean the .NET memory stream etc?
If you don't manage I wouldn't bother with that and just hard code the height and width of your image.
Or perhaps, you can...
February 17, 2011 at 7:42 am
Don't forget to read the Stairway on http://www.sqlservercentral.com/stairway/72382/
February 17, 2011 at 5:47 am
Someone has tried that already. It's a 'hack' thought but it works and I agree that it sucks since in R2 you have the same problem with data bars and...
February 17, 2011 at 2:54 am
does setting the interval to 1000000 work?
February 17, 2011 at 1:21 am
Ninja's_RGR'us (2/9/2011)
I'm talking about using a single dataset. However in the design view of the report I'm talking about using 2 tables, or 2 matrices, that use the same...
February 9, 2011 at 10:27 am
doodlingdba (2/9/2011)
I managed to get this working in the end though! Basically the same set...
February 9, 2011 at 10:19 am
you might try to replace white borders with no borders at all (Style = none)
February 9, 2011 at 8:18 am
You're showing top 5 and bottom 5 for the same sales data? Why would you have different data sets?
Use one data set for 2 tables, use a different filter...
February 9, 2011 at 8:16 am
You have to check in your Visual Studio, usually left bottom corner. See screenshot.
Open Error list or Output.
February 9, 2011 at 6:20 am
there is always more info in your Output of Visual Studio on any error
February 8, 2011 at 8:08 am
You might want to start comparing on database level. You should compare the tables or views that you are using to populate the dimensions and facts first. If you don't...
February 1, 2011 at 6:40 am
Viewing 14 posts - 31 through 44 (of 44 total)