Crystal in VB.NET

  • Thread starter Thread starter CMI
  • Start date Start date
C

CMI

I'm finding that this line of code works

rpt.PrintOptions.PaperOrientation =
CrystalDecisions.[Shared].PaperOrientation.Landscape

while this line of code does not

rpt.PrintOptions.PaperSource = CrystalDecisions.[Shared].PaperSource.Manual

for no apparent reason.



Any ideas??

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top