Skip to main content

ReportDesignerModel.ReportExtensions Property

Specifies the extensions available in the ReportDesignerModel.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public Dictionary<string, string> ReportExtensions { get; set; }

Property Value

Type Description
Dictionary<String, String>

A dictionary, containing the report names, along with the names of their associated extensions.

See Also