TablixCornerRow-Klasse
Represents the list of cells in a row of the corner section of a tablix.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<TablixCornerCell>
Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerRow
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class TablixCornerRow _
Inherits ReportElementCollectionBase(Of TablixCornerCell)
'Usage
Dim instance As TablixCornerRow
public sealed class TablixCornerRow : ReportElementCollectionBase<TablixCornerCell>
public ref class TablixCornerRow sealed : public ReportElementCollectionBase<TablixCornerCell^>
[<SealedAttribute>]
type TablixCornerRow =
class
inherit ReportElementCollectionBase<TablixCornerCell>
end
public final class TablixCornerRow extends ReportElementCollectionBase<TablixCornerCell>
Der TablixCornerRow-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of rows in the tablix corner. (Überschreibt ReportElementCollectionBase<T>.Count.) | |
Item | Gets a tablix corner cell at the specified index. (Überschreibt ReportElementCollectionBase<T>.Item[Int32].) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<T>. (Geerbt von ReportElementCollectionBase<T>.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IEnumerable.GetEnumerator | Infrastruktur Gets the enumerator that iterates through the collection. (Geerbt von ReportElementCollectionBase<T>.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace