CompiledParagraphInstanceCollection クラス
CompiledParagraphInstance オブジェクトのコレクションを表します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public NotInheritable Class CompiledParagraphInstanceCollection _
Inherits ReportElementInstanceCollectionBase(Of CompiledParagraphInstance) _
Implements IList(Of ICompiledParagraphInstance), ICollection(Of ICompiledParagraphInstance), _
IEnumerable(Of ICompiledParagraphInstance), IEnumerable
'使用
Dim instance As CompiledParagraphInstanceCollection
public sealed class CompiledParagraphInstanceCollection : ReportElementInstanceCollectionBase<CompiledParagraphInstance>,
IList<ICompiledParagraphInstance>, ICollection<ICompiledParagraphInstance>, IEnumerable<ICompiledParagraphInstance>,
IEnumerable
public ref class CompiledParagraphInstanceCollection sealed : public ReportElementInstanceCollectionBase<CompiledParagraphInstance^>,
IList<ICompiledParagraphInstance^>, ICollection<ICompiledParagraphInstance^>, IEnumerable<ICompiledParagraphInstance^>,
IEnumerable
[<SealedAttribute>]
type CompiledParagraphInstanceCollection =
class
inherit ReportElementInstanceCollectionBase<CompiledParagraphInstance>
interface IList<ICompiledParagraphInstance>
interface ICollection<ICompiledParagraphInstance>
interface IEnumerable<ICompiledParagraphInstance>
interface IEnumerable
end
public final class CompiledParagraphInstanceCollection extends ReportElementInstanceCollectionBase<CompiledParagraphInstance> implements IList<ICompiledParagraphInstance>, ICollection<ICompiledParagraphInstance>, IEnumerable<ICompiledParagraphInstance>, IEnumerable
継承階層
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'CompiledParagraphInstance> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstanceCollectionBase< (Of < ( <'CompiledParagraphInstance> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..CompiledParagraphInstanceCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。