Page tree

Versions Compared

Key

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

...

Code Block
csharp
csharp
titleSetting the MaxRowsToImport Property
DataBindingProperties DataPropsdataProps = ppttppt.DataBindingPropertiesCreateDataBindingProperties();
DataPropsdataProps.MaxRowsToImport = 1;
ppt.BindData(getDataTable(), "DataSourceName", dataProps);