Compartir a través de


TablixCorner.TablixCornerRows Propiedad

Definición

La lista de filas de la sección de esquina del Tablix. Debe haber tantos elementos TablixCornerRow como altos totales únicos de TablixMembers en 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 de propiedad

Objeto IList<T>.

Atributos

Se aplica a