Setting table / cell height in the designer

Stimulsoft Reports.Silverlight discussion
Locked
User avatar
John
Posts: 130
Joined: Tue Feb 01, 2011 3:56 am
Location: England

Setting table / cell height in the designer

Post by John »

Hallo Support,

I have added a table to the designer and simply would like to set the height for the cells in it. There is only 1 row, containing 3 cells.
When I mark either just one cell or the table as a whole and then look at the properties there is no property I can find which lets me set the height or the "Top". Just moving the table or resizing it with the mouse is not enough because the smallest increment of movement is too large and I need to specify the position exactly.

In the C# code the top and height are always set:

For example:

this.Table1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.8, 11.6, 0.6);
and
this.Table1_Cell1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 1.6, 0.6);

Where can I find these properties in the designer?

Many thanks,

John Kitching

Andrew
Posts: 4107
Joined: Fri Jun 09, 2006 3:58 am

Setting table / cell height in the designer

Post by Andrew »

Hello,

It is not possible, in the designer, to change the height of the table cells from the Property Panel. If you create a report from your code, then see the RuntimeTableCreation example delivered with the installation pack.

Thank you.
Locked