TablixRow.TablixCells 属性

定义

Tablix 的详细信息部分的某行中单元的列表。

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

属性值

一个 IList<T> 对象。

属性

适用于