Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a rough indication of the size of the report, which can be used to drive memory management decisions within the rendering extension.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property SnapshotPageSizeInfo As Report.SnapshotPageSize
Get
'Usage
Dim instance As Report
Dim value As Report.SnapshotPageSize
value = instance.SnapshotPageSizeInfo
public Report.SnapshotPageSize SnapshotPageSizeInfo { get; }
public:
property Report.SnapshotPageSize SnapshotPageSizeInfo {
Report.SnapshotPageSize get ();
}
member SnapshotPageSizeInfo : Report.SnapshotPageSize
function get SnapshotPageSizeInfo () : Report.SnapshotPageSize
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.Report.SnapshotPageSize
A Report.SnapshotPageSize object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace