TextRunCollection Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa uma coleção de TextRun objetos.
public ref class TextRunCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::TextRun ^>
public sealed class TextRunCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.TextRun>
type TextRunCollection = class
inherit ReportElementCollectionBase<TextRun>
Public NotInheritable Class TextRunCollection
Inherits ReportElementCollectionBase(Of TextRun)
- Herança
Propriedades
| Nome | Description |
|---|---|
| Count |
Obtém o número de itens na coleção. |
| Item[Int32] |
Obtém o item no índice especificado. |
Métodos
| Nome | Description |
|---|---|
| GetEnumerator() |
Obtém o enumerador para esse ReportElementCollectionBase<T>. (Herdado de ReportElementCollectionBase<T>) |
Implantações explícitas de interface
| Nome | Description |
|---|---|
| IEnumerable.GetEnumerator() |
Recebe o enumerador que itera pela coleção. (Herdado de ReportElementCollectionBase<T>) |