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

SnapDocument.Parameters Property

Provides access to the report’s parameters collection.

Namespace: DevExpress.Snap.Core.API

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

Declaration

ParameterCollection Parameters { get; }

Property Value

Type Description
ParameterCollection

A ParameterCollection object.

Remarks

An individual parameter in the collection is represented by a Parameter object.

See Also