Skip to main content

ReportParameter.Name Property

For internal use. Specifies the parameter name.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public string Name { get; set; }

Property Value

Type Description
String

A String value.

See Also