Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Sets a two-dimensional array of objects as a template data source

C#
vb.net

Parameters

arrayData
A two dimensional array of objects to use as the data source. By default, the first dimension corresponds to row and the second to column. ex: Objectrowcolumn
columnNames
The names of the columns to get from the data source.
dataSourceName
The name of the data source.
bindingProperties
A DataBindingProperties object.

Examples

C#
vb.net
  • No labels