Skip to main content

TdxPSReportDocument.RetrievePreview Method

Updates the Preview property value.

Declaration

procedure RetrievePreview; virtual;

Remarks

The RetrievePreview method is used to update the graphical representation of a report document, which can be obtained using the Preview property. Note that this method is called automatically when creating a new report item (used in explorer components). If the current TdxPSReportDocument instance is owned by a report link, rather than a report item you should call the method manually before accessing the Preview property.

See Also