Skip to main content

ReportToolbarButton.ImageUrl Property

Gets or sets the URL of the image source for the ReportToolbarButton object.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue("")]
[SRCategory(ReportStringId.CatAppearance)]
public string ImageUrl { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the URL representing the path to the image displayed within the ReportToolbarButton.

Remarks

Use the ImageUrl property to specify a URL which represents the path to the image displayed within the button control.

All graphic file formats which can be interpreted by internet browsers are supported. The image’s URL can represent either an absolute or relative path.

See Also