ReportParameterCollection クラス

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

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

構文

'宣言
Public NotInheritable Class ReportParameterCollection _
    Inherits ReportElementCollectionBase(Of ReportParameter)
'使用
Dim instance As ReportParameterCollection
public sealed class ReportParameterCollection : ReportElementCollectionBase<ReportParameter>
public ref class ReportParameterCollection sealed : public ReportElementCollectionBase<ReportParameter^>
[<SealedAttribute>]
type ReportParameterCollection =  
    class
        inherit ReportElementCollectionBase<ReportParameter>
    end
public final class ReportParameterCollection extends ReportElementCollectionBase<ReportParameter>

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'ReportParameter> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ReportParameterCollection

スレッド セーフ

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