CustomProperty Clase
A custom property for a report, report item, or group. This class cannot be inherited.
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
Notas
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.
Jerarquía de herencia
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..CustomProperty
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también