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

DocumentViewerSettings.SetCustomParameter(String, Action<MVCxDocumentViewerParameter>) Method

Specifies settings of a report parameter.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public void SetCustomParameter(
    string parameterName,
    Action<MVCxDocumentViewerParameter> parameterMethod
)

Parameters

Name Type Description
parameterName String

A System.String containing the name of a parameter.

parameterMethod Action<MVCxDocumentViewerParameter>

A System.Action delegate method that specifies properties of an MVCxDocumentViewerParameter.

See Also