CustomPropertyCollection Class
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>
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<CustomProperty>
Microsoft.ReportingServices.OnDemandReportRendering.CustomPropertyCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.