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

ReportParameter.Value Property

For internal use. Specifies the parameter value.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v20.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DataMember]
public object Value { get; set; }

Property Value

Type Description
Object

A Object type.

See Also