ReportBuildProperties.Parameters Property
Returns a dictionary, listing report parameters along with their assigned values.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Property Value
Type | Description |
---|---|
Dictionary<String, Object> | A dictionary, listing report parameters along with their assigned values. |
See Also