ExtensionSettings.ParameterValues Property

Definition

Gets or sets the settings for a delivery extension.

public:
 property cli::array <ReportService2005::ParameterValueOrFieldReference ^> ^ ParameterValues { cli::array <ReportService2005::ParameterValueOrFieldReference ^> ^ get(); void set(cli::array <ReportService2005::ParameterValueOrFieldReference ^> ^ value); };
public ReportService2005.ParameterValueOrFieldReference[] ParameterValues { get; set; }
member this.ParameterValues : ReportService2005.ParameterValueOrFieldReference[] with get, set
Public Property ParameterValues As ParameterValueOrFieldReference()

Property Value

An array of ParameterValueOrFieldReference objects containing the settings for a delivery extension.

Applies to