Viewing 15 posts - 196 through 210 (of 2,278 total)
This should get you close. Your parameter names will probably be different.
="This report reflects available data from " & Parameters!StartMonthName.Value & " " & Parameters!StartDay.Value & ", "...
December 18, 2012 at 8:22 am
Stuart Davies (12/18/2012)
plasmonic structures
quasiparticle
December 18, 2012 at 8:14 am
I doubt it was a length issue, I have used some pretty long file paths. I also wonder if there might have been an issue with the spaces in...
December 11, 2012 at 11:19 am
This sounds kind of like a permissions issue, although why you wouldn't have permission to your documents folder I don't know. Are you runnning from BIDS or deployed and...
December 11, 2012 at 7:19 am
Fortunately the 4000 character limit is an expression limitation, not a limitation of the number of characters in the string.
I have not done this personally but you might...
December 11, 2012 at 7:07 am
Down at the bottom of the design surface is the Grouping Pane. On the far right of the Grouping Pane header is a down arrow, click it and choose...
December 11, 2012 at 6:56 am
Phil is right on target. You have to deal with the entire file before you can evaluate the number of rows. Staging seems like the only solution to...
December 7, 2012 at 9:50 am
Right click on your subreport and go to the properties and choose the visibility tab. Set it to hide, then check the "Display can be toggled by this report...
December 7, 2012 at 9:44 am
I think you can just add an image to the report where you want it to go, then set the "Image source" to external and use an expression to build...
December 7, 2012 at 9:41 am
I wrote a blog about this that may help. There are also several alternative approaches in the comments below the blog.
November 27, 2012 at 7:04 am
Why not just do a row group on city name?
November 27, 2012 at 7:01 am
Viewing 15 posts - 196 through 210 (of 2,278 total)