Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomShowPreviewEventArgs Class

Arguments passed to the ReportServiceController.CustomShowPreview event.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v21.2.dll

Declaration

public class CustomShowPreviewEventArgs :
    HandledEventArgs

Remarks

The CustomShowPreviewEventArgs class declares properties specific to the ReportServiceController.CustomShowPreview event, which allows you to display the report preview in a custom form.

Inheritance

Object
EventArgs
HandledEventArgs
CustomShowPreviewEventArgs
See Also