I have a Report that I'm rendering in Microsoft ReportViewer.
I set the sizes to 11in, 8.5in <-- This would make the report landscape

When it finished rendering and I want to print it, the size is wrong.
Instead of the papersize being A4, it is "Letter"

I've tried just about everything now and this is starting to chip away on my last nerve now

The only way I found to even see the papersize setting is with this:
[Note that I cant set it here, as it is only ReadOnly]
vb.net Code:
  1. Dim myReportDataSource = New ReportDataSource("dsShampoo_SH", dataSet.Tables(0))
  2.         rvShampoo.LocalReport.DataSources.Add(myReportDataSource)
  3.  
  4. 'This is the only way I found to even see anything that has something to do with what I want to change...
  5.         'rvShampoo.LocalReport.GetDefaultPageSettings.PaperSize.Kind = Printing.PaperKind.A4