Report.SnapshotPageSizeInfo Property
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.
Gets a rough indication of the size of the report, which can be used to drive memory management decisions within the rendering extension.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::Report::SnapshotPageSize SnapshotPageSizeInfo { Microsoft::ReportingServices::OnDemandReportRendering::Report::SnapshotPageSize get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.Report.SnapshotPageSize SnapshotPageSizeInfo { get; }
member this.SnapshotPageSizeInfo : Microsoft.ReportingServices.OnDemandReportRendering.Report.SnapshotPageSize
Public ReadOnly Property SnapshotPageSizeInfo As Report.SnapshotPageSize
Property Value
A Report.SnapshotPageSize object.