Partilhar via


Classe CustomPropertyCollection

Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..CustomPropertyCollection

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class CustomPropertyCollection
'Uso
Dim instance As CustomPropertyCollection
public sealed class CustomPropertyCollection
public ref class CustomPropertyCollection sealed
[<SealedAttribute>]
type CustomPropertyCollection =  class end
public final class CustomPropertyCollection

O tipo CustomPropertyCollection expõe os membros a seguir.

Construtores

  Nome Descrição
Método público CustomPropertyCollection Initializes a new instance of the CustomPropertyCollection class.

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of custom properties in the collection.
Propriedade pública Item[ ( [ ( Int32] ) ] ) Gets a custom property at a specified index.
Propriedade pública Item[ ( [ ( String] ) ] ) Returns a named custom property from the collection.

Início

Métodos

  Nome Descrição
Método público Add(CustomProperty) Adds a custom property to the collection.
Método público Add(String, Object) Creates a custom property with a name and value and adds it to the collection.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

A CustomPropertyCollection object containing custom properties for a report, report item, or group.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.