Skip to main content

ReportParameter.Path Property

For internal use. Specifies the parameter path, relative to its parent container (e.g., “subreport1.subreportParameter1” for a subreport’s parameter, or “parameter1” for a report’s parameter).

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Description
String

A String value, specifying the parameter path (e.g., “subreport1.subreportParameter1”).

See Also