ExecutionInfo.NumPages Property
Gets or sets the number of logical pages, including soft page breaks, in the report.
Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Сборка: ReportExecution2005 (in reportexecutionservice.dll)
Синтаксис
'Декларация
Public Property NumPages As Integer
public int NumPages { get; set; }
public:
property int NumPages {
int get ();
void set (int value);
}
/** @property */
public int get_NumPages ()
/** @property */
public void set_NumPages (int value)
public function get NumPages () : int
public function set NumPages (value : int)
Значение свойства
An integer value.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ExecutionInfo Class
ExecutionInfo Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace