Page tree

Versions Compared

Key

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

ExcerptSets an array of objects as a data source for a single row in a template. Only one row for every column of data is returned. 

A data marker must be inserted into the template for every column you want displayed. 

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

...