Gets the row axis tuples.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic 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: 
IListDataTuple
See Also