Aracılığıyla paylaş


Report.SnapshotPageSizeInfo Özelliği

Sürücü bellek yönetimi kararları içinde işleme uzantısı için kullanılan rapor boyutunu kaba bir göstergesi alır.

Ad Alanı:  Microsoft.ReportingServices.OnDemandReportRendering
Derleme:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Property SnapshotPageSizeInfo As Report..::..SnapshotPageSize
    Get
'Kullanım
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