次の方法で共有


CompiledTextRunInstanceCollection クラス

CompiledTextRunInstance オブジェクトのコレクションを表します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class CompiledTextRunInstanceCollection _
    Inherits ReportElementInstanceCollectionBase(Of CompiledTextRunInstance) _
    Implements IList(Of ICompiledTextRunInstance), ICollection(Of ICompiledTextRunInstance),  _
    IEnumerable(Of ICompiledTextRunInstance), IEnumerable
'使用
Dim instance As CompiledTextRunInstanceCollection
public sealed class CompiledTextRunInstanceCollection : ReportElementInstanceCollectionBase<CompiledTextRunInstance>, 
    IList<ICompiledTextRunInstance>, ICollection<ICompiledTextRunInstance>, IEnumerable<ICompiledTextRunInstance>, 
    IEnumerable
public ref class CompiledTextRunInstanceCollection sealed : public ReportElementInstanceCollectionBase<CompiledTextRunInstance^>, 
    IList<ICompiledTextRunInstance^>, ICollection<ICompiledTextRunInstance^>, IEnumerable<ICompiledTextRunInstance^>, 
    IEnumerable
[<SealedAttribute>]
type CompiledTextRunInstanceCollection =  
    class
        inherit ReportElementInstanceCollectionBase<CompiledTextRunInstance>
        interface IList<ICompiledTextRunInstance>
        interface ICollection<ICompiledTextRunInstance>
        interface IEnumerable<ICompiledTextRunInstance>
        interface IEnumerable
    end
public final class CompiledTextRunInstanceCollection extends ReportElementInstanceCollectionBase<CompiledTextRunInstance> implements IList<ICompiledTextRunInstance>, ICollection<ICompiledTextRunInstance>, IEnumerable<ICompiledTextRunInstance>, IEnumerable

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'CompiledTextRunInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstanceCollectionBase< (Of < ( <'CompiledTextRunInstance> ) > ) >
      Microsoft.ReportingServices.OnDemandReportRendering..::..CompiledTextRunInstanceCollection

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。