ExecutionInfo.ReportPageSettings Property

 

Applies To: SQL Server 2016 Preview

Represents the report page settings for the current execution.

Namespace:   ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

public PageSettings ReportPageSettings { get; set; }
public:
property PageSettings^ ReportPageSettings {
    PageSettings^ get();
    void set(PageSettings^ value);
}
member ReportPageSettings : PageSettings with get, set
Public Property ReportPageSettings As PageSettings

Property Value

Type: ReportExecution2005.PageSettings

A PageSettings object encapsulating the page settings for the report.

See Also

ExecutionInfo Class
ReportExecution2005 Namespace

Return to top