Skip to main content

SaveReportLayoutEventArgs.Parameters Property

Provides access to the event arguments.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public string Parameters { get; }

Property Value

Type Description
String

A String value, specifying the event arguments.

See Also