ParagraphCollection クラス

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

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

構文

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

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'Paragraph> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ParagraphCollection

スレッド セーフ

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