Skip to main content
.NET 6.0+

CustomShowPreviewEventArgs Class

Arguments passed to the ReportServiceController.CustomShowPreview event.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.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