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. |