ReportViewer.SetPageSettings Method

Sets the page settings that are used to print the current report in the ReportViewer control.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public Sub SetPageSettings ( _
    pageSettings As PageSettings _
)
'Usage
Dim instance As ReportViewer
Dim pageSettings As PageSettings

instance.SetPageSettings(pageSettings)
public void SetPageSettings (
    PageSettings pageSettings
)
public:
void SetPageSettings (
    PageSettings^ pageSettings
)
public void SetPageSettings (
    PageSettings pageSettings
)
public function SetPageSettings (
    pageSettings : PageSettings
)

Parameters

  • pageSettings
    A PageSettings object that contains the new page settings.

    This parameter must not be null.

Remarks

By default, the ReportViewer control uses the page settings specified in the report definition when printing the current report. Use this method to change the page settings for the current report (not the current page), such as margins or paper size. This method validates the margin and page size values in the pageSettings parameter. Note that the change only affects the current report in the ReportViewer control, and does not affect its parent report or the drillthrough reports accessible from it.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace
ReportViewer.GetPageSettings Method
ReportViewer.ResetPageSettings Method