ParagraphCollection Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Representa una colección de Paragraph objetos.
public ref class ParagraphCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::Paragraph ^>
public sealed class ParagraphCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.Paragraph>
type ParagraphCollection = class
inherit ReportElementCollectionBase<Paragraph>
Public NotInheritable Class ParagraphCollection
Inherits ReportElementCollectionBase(Of Paragraph)
- Herencia
Propiedades
| Nombre | Description |
|---|---|
| Count |
Obtiene el número de elementos que integran la colección. |
| Item[Int32] |
Obtiene el elemento en el índice especificado. |
Métodos
| Nombre | Description |
|---|---|
| GetEnumerator() |
Obtiene el enumerador para este ReportElementCollectionBase<T>. (Heredado de ReportElementCollectionBase<T>) |
Implementaciones de interfaz explícitas
| Nombre | Description |
|---|---|
| IEnumerable.GetEnumerator() |
Obtiene el enumerador que itera a través de la colección. (Heredado de ReportElementCollectionBase<T>) |