Thursday, July 3, 2008

Things I learned at work today

  1. Can pass querystring values into sql reporting services data parameters without any extra code as long as they have the same name. SQL Reporting Services tutorials
  2. Can override control properties set in skin file by using "StyleSheetTheme=" in the page directive instead of "Theme=". This assigns the same hierarchy as CSS formatting.