Skip to main content

ReportViewer.ImageFolder Property

Gets the path to the common folder where editors’ images are located.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue("")]
public string ImageFolder { get; set; }

Property Value

Type Default Description
String String.Empty

A String which represents the path to the images’ directory.

Remarks

The ImageFolder property specifies the location of the root path for all images displayed by the control’s different elements. This property is useful when it is necessary to apply a different look-and-feel to a control in one action. Using the ImageFolder property, the control is pointed to another location of images. Image names should not be changed, and remain the default. You can observe how the ImageFolder property is changed when applying any AutoFormat to a control. Refer to the specified image location for the default image names.

If the ImageFolder property is not set, default images stored as resource files are used.

See Also