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