Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Sets an array of objects as a data source for a single row in a template. ?

Only  This method will return only one row of data is returned for the column bound in by the data marker. It is important to note that a data marker must be inserted datamarker. You must insert a datamarker into the template for every each column of data you want displayedshown. 

Signature
C#
C#
 public virtual void BindRowData(System.Object[] rowData, System.String[] columnNames, System.String dataSourceName, DataBindingProperties property)

...