Skip to main content

ReportBuildProperties.Parameters Property

Returns a dictionary, listing report parameters along with their assigned values.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public Dictionary<string, object> Parameters { get; set; }

Property Value

Type Description
Dictionary<String, Object>

A dictionary, listing report parameters along with their assigned values.

See Also