Skip to main content

ReportViewerSettings.SearchDialogFormImages Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to SearchDialogFormImages
ReportViewerExtension
.Settings .SearchDialogFormImages

Remarks

Use the ReportViewerSettings.SearchDialogFormStyles and SearchDialogFormImages properties, to adjust the appearance of the Search dialog form.

See Also