Share via


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 네임스페이스