Share via


TablixCorner.TablixCornerRows Propriedade

Definição

A lista de linhas na seção de canto do tablix. Deve haver elementos TablixCornerRow na mesma proporção do total de alturas exclusivas de TablixMembers na 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))

Valor da propriedade

Um objeto IList<T>.

Atributos

Aplica-se a