CustomPropertyCollection Clase
Represents a collection of custom properties 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 CustomPropertyCollection
'Uso
Dim instance As CustomPropertyCollection
public sealed class CustomPropertyCollection
public ref class CustomPropertyCollection sealed
[<SealedAttribute>]
type CustomPropertyCollection = class end
public final class CustomPropertyCollection
Notas
A CustomPropertyCollection object containing custom properties for a report, report item, or group.
Jerarquía de herencia
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..CustomPropertyCollection
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