Свойство Report.SnapshotPageSizeInfo
Gets a rough indication of the size of the report, which can be used to drive memory management decisions within the rendering extension.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property SnapshotPageSizeInfo As Report.SnapshotPageSize
Get
'Применение
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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.Report.SnapshotPageSize
A Report.SnapshotPageSize object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering