Класс TablixCornerRow
Represents the list of cells in a row of the corner section of a tablix.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<TablixCornerCell>
Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerRow
Пространство имен: 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>
Тип TablixCornerRow обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of rows in the tablix corner. (Переопределяет ReportElementCollectionBase<T>.Count.) | |
Item | Gets a tablix corner cell at the specified index. (Переопределяет ReportElementCollectionBase<T>.Item[Int32].) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<T>. (Производный от ReportElementCollectionBase<T>.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
IEnumerable.GetEnumerator | Инфраструктура. Gets the enumerator that iterates through the collection. (Производный от ReportElementCollectionBase<T>.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering