Compartir a través de


Clase CustomProperty

A custom property for a report, report item, or group. This class cannot be inherited.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.ReportRendering.CustomProperty

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

Sintaxis

'Declaración
Public NotInheritable Class CustomProperty
'Uso
Dim instance As CustomProperty
public sealed class CustomProperty
public ref class CustomProperty sealed
[<SealedAttribute>]
type CustomProperty =  class end
public final class CustomProperty

El tipo CustomProperty expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público CustomProperty Constructs a CustomProperty object.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Name Returns the name of the custom property.
Propiedad pública Value Returns the value of the custom property.

Arriba

Métodos

  Nombre Descripción
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

An expression-based Name or Value that is contained within a CustomData object with no data evaluates to nulles una referencia NULL (Nothing en Visual Basic)..

Custom properties with expressions that need to be evaluated even when there are no rows should be placed in the CustomReportItem.

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