Report.SnapshotPageSize Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the report snapshot is small or large.
public: enum class Report::SnapshotPageSize
public enum Report.SnapshotPageSize
type Report.SnapshotPageSize =
Public Enum Report.SnapshotPageSize
- Inheritance
-
Report.SnapshotPageSize
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The size of the report snapshot is unknown. |
Small | 1 | The report snapshot is small enough to fit in memory. |
Large | 2 | The report snapshot is too large and cannot all fit in memory at the same time. |