TablixCornerRow 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 Tablix 的角部分的某行中单元格的列表。
public ref class TablixCornerRow sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::TablixCornerCell ^>
public sealed class TablixCornerRow : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerCell>
type TablixCornerRow = class
inherit ReportElementCollectionBase<TablixCornerCell>
Public NotInheritable Class TablixCornerRow
Inherits ReportElementCollectionBase(Of TablixCornerCell)
- 继承
属性
Count |
获取 Tablix 角中的行数。 |
Item[Int32] |
获取指定索引处的 Tablix 角单元。 |
方法
GetEnumerator() |
获取此 ReportElementCollectionBase<T> 的枚举器。 (继承自 ReportElementCollectionBase<T>) |
显式接口实现
IEnumerable.GetEnumerator() |
获取循环访问集合的枚举器。 (继承自 ReportElementCollectionBase<T>) |