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

LookUpValue(Object, String) Constructor

Initializes a new instance of the LookUpValue class with the specified settings.

Namespace: DevExpress.XtraReports.Parameters

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

Declaration

public LookUpValue(
    object value,
    string description
)

Parameters

Name Type Description
value Object

A Object value.

description String

A String value.

See Also