Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerParameter.value Property

Provides access to the current value of a report parameter.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public object value { get; }

Property Value

Type Description
Object

An object that specifies the report parameter’s current value.

See Also