QueryManager.GetUpdatedParameters(IList<QueryParameter>) 方法

定义

public:
 System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::QueryParameter ^> ^ GetUpdatedParameters(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::QueryParameter ^> ^ existingParameters);
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.QueryParameter> GetUpdatedParameters (System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.QueryParameter> existingParameters);
Public Function GetUpdatedParameters (existingParameters As IList(Of QueryParameter)) As IList(Of QueryParameter)

参数

existingParameters
IList<QueryParameter>

返回

IList<QueryParameter>

适用于