QueryManager.GetUpdatedFields(IList<Field>, Boolean) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Field ^> ^ GetUpdatedFields(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Field ^> ^ existingFields, [Runtime::InteropServices::Out] bool % hasDuplicateFields);
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Field> GetUpdatedFields (System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Field> existingFields, out bool hasDuplicateFields);
member this.GetUpdatedFields : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Field> * bool -> System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Field>
Public Function GetUpdatedFields (existingFields As IList(Of Field), ByRef hasDuplicateFields As Boolean) As IList(Of Field)
Параметры
- hasDuplicateFields
- Boolean