Hi Again,
I thought I could adjust the viewer properties without any further aid from
the NG, but I was wrong. When I print my reports to a file or directly to
the printer, the orientation is landscape. This was set in the report
itself using Designer | Printer Setup and setting the printer to landscape.
When I send the report to the viewer, using the statements listed below, the
lines are truncated because the viewer is defaulting to portrait
orientation. How can I change this viewer property? The book I am using is
Neil FitzGerald et. al., Using Crystal Reports 10. It is very good at
explaining Crystal, but is very brief on explaining the .NET material. As
ever, thank you in advance for your help.
Sincerely,
Bob
Robert Schuldenfrei
bob@s-i-inc.com
[quoted text, click to view] "Kevin Yu [MSFT]" <v-kevy@online.microsoft.com> wrote in message
news:4H1ftoChEHA.752@cpmsftngxa06.phx.gbl...
> Hi Robert,
>
> First of all, I would like to confirm my understanding of your issue. From
> your description, I understand that you need to view crystal report on a
> windows form. If there is any misunderstanding, please feel free to let me
> know.
>
> As far as I know, if you need to view it on a windows form, you need to
> place a crystal report viewer on the form, and assign the report document
> report source to the viewer. Then you just use the following to show
dialog
> box.
>
> Form1 myForm = new Form1();
> myForm.ShowDialog();
>
> Crystal Report is not supported by Microsoft. For more information
related
> to this issue please check the following link:
>
https://support.crystaldecisions.com >
> HTH.
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>