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

« Previous Version 9 Current »

Overload

Description

BindData(Object(), String(), String, PowerPointWriter.DataBindingProperties)

Sets an array of objects as a template data source.

BindData(Object()(), String(), String, PowerPointWriter.DataBindingProperties)

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

BindData(System.Data.DataTable, String, PowerPointWriter.DataBindingProperties)

Sets an ADO.NET DataTable as a data source to bind to template data markers.

BindData(Object(,), String(), String, PowerPointWriter.DataBindingProperties)

Sets a rectangular array of objects as a template data source.

BindData(System.Data.IDataReader, String, PowerPointWriter.DataBindingProperties)

Sets an ADO.NET IDataReader as a data source to bind to template data markers.

BindData(System.Collections.IEnumerable, String, PowerPointWriter.DataBindingProperties)

Sets an IEnumerable as a data source to bind to template data markers.
  • No labels