Compartir a través de


Report.SnapshotPageSizeInfo Propiedad

Gets a rough indication of the size of the report, which can be used to drive memory management decisions within the rendering extension.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property SnapshotPageSizeInfo As Report.SnapshotPageSize 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Report.SnapshotPageSize
A Report.SnapshotPageSize object.

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering