Compartir a través de


Clase CustomPropertyCollection

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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

El tipo CustomPropertyCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público CustomPropertyCollection Initializes a new instance of the CustomPropertyCollection class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of custom properties in the collection.
Propiedad pública Item[Int32] Gets a custom property at a specified index.
Propiedad pública Item[String] Returns a named custom property from the collection.

Arriba

Métodos

  Nombre Descripción
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 (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.ReportRendering