Skip to main content

ReportParameter.Value Property

For internal use. Specifies the parameter value.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Description
Object

A Object type.

See Also