Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a rough indication of the size of the report, which can be used to drive memory management decisions within the rendering extension.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SnapshotPageSizeInfo As Report.SnapshotPageSize
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.Report.SnapshotPageSize
A Report.SnapshotPageSize object.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering