Elangovan
Elangovan

Reputation: 1464

Rdlc tablix is showing in single page

I have a rdlc report with tablix inside. When the report loaded, it shows the entire tablix in single even though it has thousands of records. Is there any way to spread the tablix across multiple page.

I have also tried the solution mentioned in the link RDLC paging issue but still not working.

Thanks,

Elangovan

Upvotes: 0

Views: 1286

Answers (1)

Elangovan
Elangovan

Reputation: 1464

The issue is resolved by unchecking "Keep together on one page if possible" checkbox on all the parent container controls.

Upvotes: 1

Related Questions