CR Zoom to page width
Hi...Is this possible, I am trying to get my RDC viewer within VB6 to default to the page width. I can specify a percentage. But how do you specify the page width.
With CRViewer
.Visible = True
.ReportSource = crxReport
.DisplayGroupTree = booViewGroupTree
.ViewReport
.Zoom 100
End With
Any help appreciated
|