Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 18th, 2012  |  syntax: None  |  size: 0.32 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Microsoft Reporting Service Textbox Alignment in Expression.
  2. = Replace(Fields!1_Text.Value, " " , chr(13) & CHR(10))
  3.        
  4. iif(fields!Allignment.Value = "C", "Center", "Right")
  5.        
  6. Iif(First(Fields!Allignment.Value,"DataSet1") = "C","Center","Right")
  7.        
  8. Iif(First(Fields!Allignment.Value,"DataSet1") = "C","Center","Right")