Skip to main content
All docs
V25.1
  • ParametersRequestValueChangedEventArgs.ParametersInformation Property

    Contains information about the requested parameters.

    Namespace: DevExpress.XtraReports.Parameters

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public ParameterEditInfo[] ParametersInformation { get; }

    Property Value

    Type Description
    ParameterEditInfo[]

    An array of ParameterEditInfo objects.

    See Also