ExtensionSettings.ParameterValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the settings for a delivery extension.
public:
property cli::array <ReportService2006::ParameterValueOrFieldReference ^> ^ ParameterValues { cli::array <ReportService2006::ParameterValueOrFieldReference ^> ^ get(); void set(cli::array <ReportService2006::ParameterValueOrFieldReference ^> ^ value); };
public ReportService2006.ParameterValueOrFieldReference[] ParameterValues { get; set; }
member this.ParameterValues : ReportService2006.ParameterValueOrFieldReference[] with get, set
Public Property ParameterValues As ParameterValueOrFieldReference()
Property Value
An array of ParameterValueOrFieldReference objects that contain the settings for a delivery extension.