DocumentViewerSettings.SetCustomParameter(Action<MVCxDocumentViewerParameter>) Method
Specifies settings of a report parameter.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
parameterMethod | Action<MVCxDocumentViewerParameter> | A System.Action delegate method that specifies properties of an MVCxDocumentViewerParameter. |
See Also