ExtensionSettings.ParameterValues 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置传递扩展插件的设置。
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()
属性值
一个由 ParameterValueOrFieldReference 对象构成的数组,其中包含传递扩展插件的设置。