Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Stored Procedure w/ multiple result sets

    I actually used Joe's method on one of the last reports I did.  It required a little bit more programming on the SSRS side, but it worked. But, I still...

  • RE: Gaps in borders between columns...

    Thanks Piers...

    I followed your suggestions and I got this to work.

    This is what I had to do to get a top and bottom border without the gaps.

    BorderColor

    • Default = White
    • Left =...
  • RE: Stored Procedure w/ multiple result sets

    That query was just a sample, not the actual one I am trying to use...

    I found something on MSDN that says you can only have one result set in...

  • RE: Forcing a Carriage Return/Line Feed within data

    Thanks Scout... This was the code that I needed.

  • RE: Forcing a Carriage Return/Line Feed within data

    I did try that CHR(13)+CHR(10) but it just put it inside my data as a string like this.... And didn't actually do the carriage return & line feed.

    Viewing 5 posts - 1 through 5 (of 5 total)