Classe TextRunInstanceCollection
Represents a collection of StateIndicator objects.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class TextRunInstanceCollection _
Implements IEnumerable(Of TextRunInstance), IEnumerable
'Utilizzo
Dim instance As TextRunInstanceCollection
public sealed class TextRunInstanceCollection : IEnumerable<TextRunInstance>,
IEnumerable
public ref class TextRunInstanceCollection sealed : IEnumerable<TextRunInstance^>,
IEnumerable
[<SealedAttribute>]
type TextRunInstanceCollection =
class
interface IEnumerable<TextRunInstance>
interface IEnumerable
end
public final class TextRunInstanceCollection implements IEnumerable<TextRunInstance>, IEnumerable
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..TextRunInstanceCollection
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche