ParagraphInstanceCollection Class
Represents a collection of ParagraphInstance objects.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstanceCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ParagraphInstanceCollection _
Implements IEnumerable(Of ParagraphInstance), IEnumerable
'Usage
Dim instance As ParagraphInstanceCollection
public sealed class ParagraphInstanceCollection : IEnumerable<ParagraphInstance>,
IEnumerable
public ref class ParagraphInstanceCollection sealed : IEnumerable<ParagraphInstance^>,
IEnumerable
[<SealedAttribute>]
type ParagraphInstanceCollection =
class
interface IEnumerable<ParagraphInstance>
interface IEnumerable
end
public final class ParagraphInstanceCollection implements IEnumerable<ParagraphInstance>, IEnumerable
The ParagraphInstanceCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the ParagraphInstanceCollection. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the ParagraphInstanceCollection. |
Top
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace