peToolbarAlignment - cWebDRReportViewer¶
Type¶
Default¶
Arguments¶
None
Description¶
This property determines the positioning of the toolbar. By default, the toolbar is centered in the preview window. Alternative options include C_TBLEFT and C_TBRIGHT.
If the report contains clickable elements, it is advisable to position the toolbar on the right or left side of the preview window, depending on the location of the clickable values.
Sample¶
Object oViewer is a cWebDRReportViewer
Set phoReport to oReport
Set peToolbarAlignment to C_TBRIGHT
End_Object