Skip to main content
A newer version of this page is available. .

ReportBuildProperties.Parameters Property

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v19.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