Friday, June 22, 2007

Page breaks for SQL 2005 Reporting

Seems like there is a bug in 2005 SQL Reporting with the InteractiveSize page property setting. Whenever there is an object in the report that have visibility property controlled by the expression (e.g. Hidden set to =Iff(IsNothing(Fields!Result.Value), true, false)), report doesn't break into multiple pages during parsing.

No comments: