QueryManager.GetUpdatedFields(IList<Field>, Boolean) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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);
Public Function GetUpdatedFields (existingFields As IList(Of Field), ByRef hasDuplicateFields As Boolean) As IList(Of Field)
Parametri
- hasDuplicateFields
- Boolean