Compartilhar via


Classe CustomPropertyCollection

Represents a collection of CustomProperty objects.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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>

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'CustomProperty> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..CustomPropertyCollection

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.