Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | Gets or sets the parent object. (Inherited from RdlCollectionBase<T>.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | (Inherited from Collection<TablixCornerCell>.) |
![]() |
Clear | (Inherited from Collection<TablixCornerCell>.) |
![]() |
ClearItems | Infrastructure. Removes all the items in the collection. (Inherited from RdlCollection<T>.) |
![]() |
Contains | (Inherited from Collection<TablixCornerCell>.) |
![]() |
CopyTo | (Inherited from Collection<TablixCornerCell>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | (Inherited from Collection<TablixCornerCell>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | (Inherited from Collection<TablixCornerCell>.) |
![]() |
Insert | (Inherited from Collection<TablixCornerCell>.) |
![]() |
InsertItem | Infrastructure. Inserts an item in the collection. (Inherited from RdlCollection<T>.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnCollectionChanged | Infrastructure. Raises the CollectionChanged event. (Inherited from RdlCollection<T>.) |
![]() |
Remove | (Inherited from Collection<TablixCornerCell>.) |
![]() |
RemoveAt | (Inherited from Collection<TablixCornerCell>.) |
![]() |
RemoveItem | Infrastructure. Removes an item from the collection. (Inherited from RdlCollection<T>.) |
![]() |
SetItem | Infrastructure. Replaces an item in the collection. (Inherited from RdlCollection<T>.) |
![]() |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
CollectionChanged | Infrastructure. Occurs when the collection has been changed. (Inherited from RdlCollection<T>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList.Add | Infrastructure. Adds an object to the end of the collection. (Inherited from RdlCollectionBase<T>.) |
![]() ![]() |
IList.Item | Infrastructure. Gets or sets the element at the specified index. (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.