Hi to everybody,
i'm tring to design a new output in mixed mode.
the first page must have ladnscape and all the next portrait visual output.
The preview (In a vb.net application) works fine but i have trouble when i try to print.
Can i do that with CR 2008 ?
i try to force the output with this CR code
this for report header If CurrentPageOrientation = crPortrait then CurrentPageOrientation = crLandscape
thit for other section If CurrentPageOrientation = crLandscape then CurrentPageOrientation = crPortrait
Somebody can help me?
best regard
Alessandro