Change the width of the columns in Sql report

Hello

I use Apex 4.1

Can someone tell me how we can change the width of the Sql report. For report IR we can do this by using the following code,

< style >
table.apexir_WORKSHEET_DATA td [headers = "Name of the pass"] {}
_width: 500px;
min-width: 400px; < / style >

Please help me with Sql Report.

Thank you
Shoaib

Published by: Shoaib581 on January 21, 2013 03:05

Shoaib581 wrote:
Hello

I use Apex 4.1

Can someone tell me how we can change the width of the Sql report. For report IR we can do this by using the following code,

Always zip code using .

...\

Tags:


Please help me with Sql Report.

Either use the same CSS approach by adding a static region ID in the report area and adding the style sheet in the header HTML page: