Share via


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.

참고 항목

참조

Report 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스