CustomPropertyCollection-Klasse
Represents a collection of CustomProperty objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class CustomPropertyCollection _
Inherits ReportElementCollectionBase(Of CustomProperty)
'Usage
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>
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'CustomProperty> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..CustomPropertyCollection
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.