Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies whether the report snapshot is small or large.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration SnapshotPageSize
'Usage
Dim instance As Report.SnapshotPageSize
public enum SnapshotPageSize
public enum class SnapshotPageSize
type SnapshotPageSize
public enum SnapshotPageSize
Members
| Member name | Description | |
|---|---|---|
| Large | The report snapshot is too large and cannot all fit in memory at the same time. | |
| Small | The report snapshot is small enough to fit in memory. | |
| Unknown | The size of the report snapshot is unknown. |
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace