ReportViewerSettings.SearchDialogFormImages Property
Provides access to the image settings of the Search dialog’s form.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 |
|
Remarks
Use the ReportViewerSettings.SearchDialogFormStyles and SearchDialogFormImages properties, to adjust the appearance of the Search dialog form.
See Also