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