Introduction
This post details the steps required to display classic report in full page with less number of columns.
Step to follow:
Step 1:
Go to the page header,
In CSS under Inline CSS section paste below code.
Code :
Table.uReportContainer, table.uReport
{
width: 100%;
}
Step 2:
Refresh the page to find the changes.
Call To Action:
For Oracle apex development and customization please do visit our company website https://doyensys.com/
Conclusion
By above steps we can display classic report in full page.
Recent Posts