CustomPropertyCollection Class

Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class CustomPropertyCollection
'Usage
Dim instance As CustomPropertyCollection
public sealed class CustomPropertyCollection
public ref class CustomPropertyCollection sealed
[<SealedAttribute>]
type CustomPropertyCollection =  class end
public final class CustomPropertyCollection

Remarks

A CustomPropertyCollection object containing custom properties for a report, report item, or group.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.ReportRendering.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.