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

ParameterLookUpValues.Path Property

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.v18.2.Core.dll

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