Compartir a través de


CustomPropertyCollection Clase

Represents a collection of CustomProperty objects.

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

Sintaxis

'Declaración
Public NotInheritable Class CustomPropertyCollection _
    Inherits ReportElementCollectionBase(Of CustomProperty)
'Uso
Dim instance As CustomPropertyCollection
public sealed class CustomPropertyCollection : ReportElementCollectionBase<CustomProperty>
public ref class CustomPropertyCollection sealed : public ReportElementCollectionBase<CustomProperty^>
[<SealedAttribute>]
type CustomPropertyCollection =  
    class
        inherit ReportElementCollectionBase<CustomProperty>
    end
public final class CustomPropertyCollection extends ReportElementCollectionBase<CustomProperty>

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'CustomProperty> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..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.