hello all
this my first thread in this forum .
i am using data report in my program
and i have a proplem :
how to show the report in landscape ??? and print it ??
thanks all
Printable View
hello all
this my first thread in this forum .
i am using data report in my program
and i have a proplem :
how to show the report in landscape ??? and print it ??
thanks all
I moved your thread.
Mega.VB Code:
DataReport1.Orientation = rptOrientLandscape DataReport1.PrintReport
i want to show it in screen first
when i show it i have an error :
"report width is larger than ....."
please help
The reason for your error is not the way you display the page but the way you have placed controls on it. You have violated the margins by placing controls too near to the edge. Either adjust the margins or move your controls in a bit. Once you have done this, your report will be displayed on screen in a landscape format.
Mega.
Something I discovered was that the landscape mode was not even available until SP5. I assume that he already has SP5.