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