Skip to main content
A newer version of this page is available.
All docs
V20.2

ExpressionBindingDescriptor.TryGetParameterDescription(String, out ExpressionBindingDescription) Method

For internal use

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public static bool TryGetParameterDescription(
    string fieldName,
    out ExpressionBindingDescription value
)

Parameters

Name Type
fieldName String
value ExpressionBindingDescription

Returns

Type
Boolean
See Also