CustomShowPreviewEventArgs Class
In This Article
Arguments passed to the ReportServiceController.CustomShowPreview event.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#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