ParagraphCollection Class
Represents a collection of Paragraph objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ParagraphCollection _
Inherits ReportElementCollectionBase(Of Paragraph)
'Usage
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>
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Paragraph>
Microsoft.ReportingServices.OnDemandReportRendering.ParagraphCollection
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.