Alignment of a table

Hello,I am trying to align a table of data to the left in display and it appears to be centered at the moment.I am using the document builder to do this table creation.

Is there a simple way of left aligning a table? Can this be done in a simple call on the table in question?

Thank You

Hello Again,I am trying to align a table of data to the left in display and it appears to be centered at the moment.I am using the document builder to do this table creation.

builder.RowFormat.Alignment = RowAlignment.Left;

Is there a simple way of left aligning a table? Can this be done in a simple call on the table in question?

Thank You

Hello,

(Was your initial post ignored? Sorry if so!) Actuall you use the proper way of aligning a table. Do you do that before you build a table or you try to align an existing table? Please post the whole code snippet to take a look.

Hello DimtryV, I am sorry but I don`t know the way to properly align a table in code or before it is built.I am dynamically generating my tables so I can`t align the table on a page existing.

What is the way you align a building table in code from a builder.startTable() to a builder.EndTable();

What alignment proprty do I use,when does the alignment take affect?

Thank you Andrew

Andrew,

Please post your code snippet you are using for building the table and attach the resulting document. Thanks.