CustomPropertyCollection クラス

CustomProperty オブジェクトのコレクションを表します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class CustomPropertyCollection _
    Inherits ReportElementCollectionBase(Of CustomProperty)
'使用
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>

継承階層

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

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。