I have a vb.net 2010 web form application that calls ssrs 2008 reports currently. I want to use the page break disabled property on a gouping or detail lines of a tablix. However I am getting the error message that "a pageBreak property was removed from the data region ,rectangle or group 'Group1'. Sql Server 2008 Reporting Services does not support the PageBreak property diabled".
Due to this error message listed above, I have the following questions:
1.Is there some vb.net 2010 or C#.net 2010 code that I can write that would replace the PageBreak disabled property? If so,
a. Can you tell me where to place the code in the ssrs reports,
b. Can you show me the vb.net or C# code that I can use?
2. What version of ssrs reports would I need to be able to use to make the PageBreak disabled property work?