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.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Name | Returns the name of the custom property. |
![]() |
Value | Returns the value of the custom property. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
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 null Nothing nullptr unit es 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.
.gif)
.gif)
.gif)