AUTHOR: Ekaterina Martynyuk
DATE POSTED: December 15, 2016
Article information
Article relates to
Telerik Reporting
Created by
Katia, Telerik
Last modified
December 15th, 2016
Last modified by
1. The report contains a Table/Cross/List item with Width or/and Height properties set to 0. Setting Table/CrossTab/List item's size properties to zero values in Report Designers was possible in versions prior to R3 2016 SP1 (10.2.16.1025). Upgrading the report from earlier version to R3 2016 SP1 will result in the mentioned error in the design view if the report contained Table/Cross/List item with zero width or/and height. 2. Table/Cross/List item was created programmatically and its width or/and height was set to 0.
3. The code for generating Table/Cross/List item in Report.Designer.cs(vb) file was modified and zero values were inserted manually for item's width(height). 4. Table/CrossTab item is nested inside another table's cell using Table/CrossTab Wizard. This is a known issue, a workaround is first to create two tables separately and then nest one table inside another table's cell.
Resources Buy Try