QueryStringControl.Parameters Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
property Microsoft::ReportingServices::DataProcessing::IDataParameterCollection ^ Parameters { Microsoft::ReportingServices::DataProcessing::IDataParameterCollection ^ get(); void set(Microsoft::ReportingServices::DataProcessing::IDataParameterCollection ^ value); };
public Microsoft.ReportingServices.DataProcessing.IDataParameterCollection Parameters { get; set; }
member this.Parameters : Microsoft.ReportingServices.DataProcessing.IDataParameterCollection with get, set
Public Property Parameters As IDataParameterCollection