Freigeben über


ExtensionSettings.ParameterValues Property

Definition

public:
 property cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::ParameterValueOrFieldReference ^> ^ ParameterValues { cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::ParameterValueOrFieldReference ^> ^ get(); void set(cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::ParameterValueOrFieldReference ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem(typeof(Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ParameterValue))]
[System.Xml.Serialization.XmlArrayItem(typeof(Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ParameterFieldReference))]
public Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ParameterValueOrFieldReference[] ParameterValues { get; set; }
[<System.Xml.Serialization.XmlArrayItem(typeof(Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ParameterValue))>]
[<System.Xml.Serialization.XmlArrayItem(typeof(Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ParameterFieldReference))>]
member this.ParameterValues : Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ParameterValueOrFieldReference[] with get, set
Public Property ParameterValues As ParameterValueOrFieldReference()

Property Value

Attributes

Applies to