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
멤버
멤버 이름 | 설명 | |
---|---|---|
Unknown | The size of the report snapshot is unknown. | |
Small | The report snapshot is small enough to fit in memory. | |
Large | The report snapshot is too large and cannot all fit in memory at the same time. |