Énumération Report.SnapshotPageSize
Specifies whether the report snapshot is small or large.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Enumeration SnapshotPageSize
'Utilisation
Dim instance As Report.SnapshotPageSize
public enum SnapshotPageSize
public enum class SnapshotPageSize
type SnapshotPageSize
public enum SnapshotPageSize
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |