Compartir a través de


Enumeración Report.SnapshotPageSize

Specifies whether the report snapshot is small or large.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Enumeration SnapshotPageSize
'Uso
Dim instance As Report.SnapshotPageSize
public enum SnapshotPageSize
public enum class SnapshotPageSize
type SnapshotPageSize
public enum SnapshotPageSize

Miembros

Nombre del miembro Descripción
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.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering