Gets the row axis tuples.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IList<DataTuple> Rows { get; }
Public ReadOnly Property Rows As IList(Of DataTuple)
Get
public:
property IList<DataTuple^>^ Rows {
IList<DataTuple^>^ get ();
}
member Rows : IList<DataTuple> with get
Property Value
Type:
IListDataTupleSee Also