ExecutionInfo.ReportPageSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the report page settings for the current execution.
public:
property ReportExecution2005::PageSettings ^ ReportPageSettings { ReportExecution2005::PageSettings ^ get(); void set(ReportExecution2005::PageSettings ^ value); };
public ReportExecution2005.PageSettings ReportPageSettings { get; set; }
member this.ReportPageSettings : ReportExecution2005.PageSettings with get, set
Public Property ReportPageSettings As PageSettings
Property Value
A PageSettings object encapsulating the page settings for the report.