Skip to main content
All docs
V18.2

ASPxClientSidePreviewModel.reportPreview Property

Provides access to the report preview.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public ASPxClientReportPreview reportPreview { get; }

Property Value

Type Description
ASPxClientReportPreview

An object that specifies the report preview.

See Also