TablixCorner.TablixCornerRows Propriété

Définition

Liste de lignes dans la section d'angle du tableau matriciel. Il doit y avoir autant d'éléments TablixCornerRow que de hauteurs totales uniques de TablixMembers dans 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))

Valeur de propriété

Objet IList<T>.

Attributs

S’applique à