Поделиться через


Класс CellContents

Represents the contents of a cell in the TablixBody, TablixHeader, or TablixCorner.

Иерархия наследования

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering..::..CellContents

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class CellContents
'Применение
Dim instance As CellContents
public sealed class CellContents
public ref class CellContents sealed
[<SealedAttribute>]
type CellContents =  class end
public final class CellContents

Тип CellContents обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство ColSpan Indicates the number of columns this cell spans. For the purposes of hidden columns, this cell is considered to occupy the first visible column it appears in.
Открытое свойство ReportItem Gets the report item in the cell.
Открытое свойство RowSpan Indicates the number of rows this cell spans.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.