I am using report listener.
In the repport designer, I use the advanced tab and select a rotation.
1. The control does not rotate in the report designer
2. The control does not rotate in the preview
Report Engine Behavior is set to 90 in the tools/options menu
In the repport designer, I use the advanced tab and select a rotation.
1. The control does not rotate in the report designer
2. The control does not rotate in the preview
Report Engine Behavior is set to 90 in the tools/options menu
Code:
LOCAL loPreview
loPreview = NULL
DO (_REPORTPREVIEW) WITH loPreview
loPreview.CanvasCount = 1
loPreview.ZoomLevel = 5 && 75%
loPreview.Width = 1200
loPreview.height = 900
loPreview.ToolbarIsVisible = .t.
loPreview.topform = .t.
loListener = CREATEOBJECT("ReportListener")
loListener.PreviewContainer = loPreview
lolistener.ListenerType = 1
REPORT FORM testhistory OBJECT loListener