Skip to main content

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

Specifies settings of a report parameter.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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