Поделиться через


Перечисление Report.SnapshotPageSize

Specifies whether the report snapshot is small or large.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Enumeration SnapshotPageSize
'Применение
Dim instance As Report.SnapshotPageSize
public enum SnapshotPageSize
public enum class SnapshotPageSize
type SnapshotPageSize
public enum SnapshotPageSize

Элементы

Имя элемента Описание
Large The report snapshot is too large and cannot all fit in memory at the same time.
Small The report snapshot is small enough to fit in memory.
Unknown The size of the report snapshot is unknown.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering