how to specify size of report preview window

M

Marshall Barton

xg said:
I just want a specific size. I do not want maximize. How to code it?


You can use the MoveSize method.

OTOH, if you alway want it the same size, you can open the
report in design view, clear the report's AutoSize property,
size it the way you want it and the save the report's
design.
 
Top