ExecutionInfo.ReportPageSettings Property
Represents the report page settings for the current execution.
Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Assembly: ReportExecution2005 (in reportexecutionservice.dll)
Syntax
'Declaration
Public Property ReportPageSettings As PageSettings
public PageSettings ReportPageSettings { get; set; }
public:
property PageSettings^ ReportPageSettings {
PageSettings^ get ();
void set (PageSettings^ value);
}
/** @property */
public PageSettings get_ReportPageSettings ()
/** @property */
public void set_ReportPageSettings (PageSettings value)
public function get ReportPageSettings () : PageSettings
public function set ReportPageSettings (value : PageSettings)
Property Value
A PageSettings object encapsulating the page settings for the report.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ExecutionInfo Class
ExecutionInfo Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace