TablixCornerRow Class
Represents the list of cells in a row of the corner section of a tablix.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<TablixCornerCell>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<TablixCornerCell>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<TablixCornerCell>
Microsoft.ReportingServices.RdlObjectModel.TablixCornerRow
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class TablixCornerRow _
Inherits RdlCollection(Of TablixCornerCell)
'Usage
Dim instance As TablixCornerRow
public class TablixCornerRow : RdlCollection<TablixCornerCell>
public ref class TablixCornerRow : public RdlCollection<TablixCornerCell^>
type TablixCornerRow =
class
inherit RdlCollection<TablixCornerCell>
end
public class TablixCornerRow extends RdlCollection<TablixCornerCell>
The TablixCornerRow type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TablixCornerRow | Creates a new instance of the TablixCornerRow class. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection<TablixCornerCell>.) | |
Item | (Inherited from Collection<TablixCornerCell>.) | |
Items | (Inherited from Collection<TablixCornerCell>.) | |
Parent | The parent object. (Inherited from RdlCollectionBase<T>.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from RdlCollectionBase<T>.) | |
IList.Item | (Inherited from RdlCollectionBase<T>.) | |
IList.Contains | (Inherited from Collection<TablixCornerCell>.) | |
ICollection.CopyTo | (Inherited from Collection<TablixCornerCell>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<TablixCornerCell>.) | |
IList.IndexOf | (Inherited from Collection<TablixCornerCell>.) | |
IList.Insert | (Inherited from Collection<TablixCornerCell>.) | |
IList.IsFixedSize | (Inherited from Collection<TablixCornerCell>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<TablixCornerCell>.) | |
IList.IsReadOnly | (Inherited from Collection<TablixCornerCell>.) | |
ICollection.IsSynchronized | (Inherited from Collection<TablixCornerCell>.) | |
IList.Remove | (Inherited from Collection<TablixCornerCell>.) | |
ICollection.SyncRoot | (Inherited from Collection<TablixCornerCell>.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.