TablixCorner.TablixCornerRows Property

Definition

The list of rows in the corner section of the tablix. There must be as many TablixCornerRow elements as there are unique total heights of TablixMembers in the TablixColumnHierarchy.

public:
 property System::Collections::Generic::IList<System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::TablixCornerCell ^> ^> ^ TablixCornerRows { System::Collections::Generic::IList<System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::TablixCornerCell ^> ^> ^ get(); void set(System::Collections::Generic::IList<System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::TablixCornerCell ^> ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem("TablixCornerRow", typeof(Microsoft.ReportingServices.RdlObjectModel.TablixCornerRow))]
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<System.Collections.Generic.IList`1<Microsoft.ReportingServices.RdlObjectModel.TablixCornerCell>>))]
public System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.TablixCornerCell>> TablixCornerRows { get; set; }
[<System.Xml.Serialization.XmlArrayItem("TablixCornerRow", typeof(Microsoft.ReportingServices.RdlObjectModel.TablixCornerRow))>]
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<System.Collections.Generic.IList`1<Microsoft.ReportingServices.RdlObjectModel.TablixCornerCell>>))>]
member this.TablixCornerRows : System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.TablixCornerCell>> with get, set
Public Property TablixCornerRows As IList(Of IList(Of TablixCornerCell))

Property Value

An IList<T> object.

Attributes

Applies to