QueryManager.GetUpdatedFields(IList<Field>, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- hasDuplicateFields
- Boolean