Skip to main content
A newer version of this page is available. .

ReportViewer.SearchDialogFormImages Property

Provides access to the image settings of the Search dialog’s form.

Namespace: DevExpress.XtraReports.Web

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

Declaration

public ImagesDialogForm SearchDialogFormImages { get; }

Property Value

Type Description
DevExpress.XtraReports.Web.ImagesDialogForm

A DevExpress.XtraReports.Web.ImagesDialogForm object that defines the form’s image settings.

Remarks

Use the ReportViewer.SearchDialogFormStyles and SearchDialogFormImages properties, to adjust the appearance of the ReportViewer‘s Search dialog form.

See Also