次の方法で共有


TablixCornerRow クラス

Tablix コーナー セクションの行のセルのリストを表します。

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

構文

'宣言
Public NotInheritable Class TablixCornerRow _
    Inherits ReportElementCollectionBase(Of TablixCornerCell)
'使用
Dim instance As TablixCornerRow
public sealed class TablixCornerRow : ReportElementCollectionBase<TablixCornerCell>
public ref class TablixCornerRow sealed : public ReportElementCollectionBase<TablixCornerCell^>
[<SealedAttribute>]
type TablixCornerRow =  
    class
        inherit ReportElementCollectionBase<TablixCornerCell>
    end
public final class TablixCornerRow extends ReportElementCollectionBase<TablixCornerCell>

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'TablixCornerCell> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..TablixCornerRow

スレッド セーフ

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