How to set toolbar methods programatically?

 

I am looking to do the following with the toolbar in code, but I am having trouble finding the solution.  I want to set the page layout to view the report in print mode and set the scale to 75%.  I am  not sure where to set these properties.

 

Thanks

 




Answer this question

How to set toolbar methods programatically?

  • nsqtr

    Thank you, SetDisplayMode() did the trick

  • Mofoiuk

    It sounds like you are looking for ReportViewer.SetDisplayMode(), ReportViewer.ZoomMode, and ReportViewer.ZoomPercent.
  • How to set toolbar methods programatically?