ParagraphInstanceCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of ParagraphInstance objects.
public ref class ParagraphInstanceCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::OnDemandReportRendering::ParagraphInstance ^>
public sealed class ParagraphInstanceCollection : System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance>
type ParagraphInstanceCollection = class
interface seq<ParagraphInstance>
interface IEnumerable
Public NotInheritable Class ParagraphInstanceCollection
Implements IEnumerable(Of ParagraphInstance)
- Inheritance
-
ParagraphInstanceCollection
- Implements
Methods
GetEnumerator() |
Returns an enumerator that iterates through the ParagraphInstanceCollection. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through the ParagraphInstanceCollection. |