TablixCornerRow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the list of cells in a row of the corner section of a 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)
- Inheritance
Properties
Count |
Gets the number of rows in the tablix corner. |
Item[Int32] |
Gets a tablix corner cell at the specified index. |
Methods
GetEnumerator() |
Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the enumerator that iterates through the collection. (Inherited from ReportElementCollectionBase<T>) |