I try to add new rows to my rdlc report using Microsoft Visual Studio 2010. When I try to generate the report I am hitting this exception.
Exception:
Microsoft.ReportingServices.ReportProcessing.ReportPublishingException: The tablix 'table12' has an incorrect number of TablixRows. The number of TablixRows must equal the number of innermost TablixMembers (TablixMembers with no submembers) in the TablixRowHierarchy.
Really appreciate if someone could help me out.