TablixCornerRow Class
Represents the list of cells in a row of the corner section of a tablix.
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>
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<TablixCornerCell>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<TablixCornerCell>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<TablixCornerCell>
Microsoft.ReportingServices.RdlObjectModel.TablixCornerRow
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.