Partager via


Classe RdlCollection(T)

Represents an RDL collection.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class RdlCollection(Of T) _
    Inherits RdlCollectionBase(Of T)
'Utilisation
Dim instance As RdlCollection(Of T)
public class RdlCollection<T> : RdlCollectionBase<T>
generic<typename T>
public ref class RdlCollection : public RdlCollectionBase<T>
type RdlCollection<'T> =  
    class
        inherit RdlCollectionBase<'T>
    end
JScript ne prend pas en charge les types et les méthodes génériques.

Paramètres de type

  • T

Hiérarchie d'héritage

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'T> ) > ) >
    Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'T> ) > ) >
      Microsoft.ReportingServices.RdlObjectModel..::..RdlCollection<(Of <(<'T>)>)>
        Microsoft.ReportingServices.RdlObjectModel. . :: . .DataCell
        Microsoft.ReportingServices.RdlObjectModel. . :: . .DataRow
        Microsoft.ReportingServices.RdlObjectModel. . :: . .TablixCornerRow

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.