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)
Eigenschaftswert
A PageSettings object encapsulating the page settings for the report.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
ExecutionInfo Class
ExecutionInfo Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace