Message-ID: <2145220339.9087.1711675677181.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9086_123173200.1711675677181" ------=_Part_9086_123173200.1711675677181 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html DataBindingProperties

DataBindingProperties

Description

=20

The DataBindingPropert= ies object contains the properties information necessary to bind data t= o a PowerPointWriter template.

=20
C#
=20
 public sealed class DataBindingProperties
=20
=20
vb.net
=20
Public NotInheritable Class DataBindingProperties
=20
=20

Remarks

=20

The DataBindingProperties object must be created using the = PowerP= ointTemplate.CreateDataBindingProperties method:

=20
C#
=20
            DataBindingProperties dbp =3D pptt.CreateDataBindingProperties(=
);
=20
=20
vb.net
=20
            Dim dbp As DataBindingProperties =3D pptt.CreateDataBindingProp=
erties()
=20
=20

Properties

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

MaxRowsPerSlide

Sets or returns the maximum number of rows to be= bound to each slide of template file when the PowerPointTemplate.BindData method is calle= d. DataBindingProperties.MaxRowsPerSlide continues to import m= ore rows of data as long as it can find a data marker with the 'continue' m= odifier.
DataBindingProperties.MaxRowsPerSlide is limit= ed by the DataBindingProperties.MaxRowsToImport property.

MaxRowsToImport

Sets or returns the maximum number of rows to be= bound to the template file when the PowerPointTemplate.BindData method is called. For exa= mple, if a data set contains 100 rows of data, but DataBindingPropert= ies.MaxRowsToImport is set to 25, only 25 rows of data will be impor= ted.

The default value is DataBindingProperties.MaxRowsToImport is -1 to indicate that all rows of data should be imported from the dat= a source.

Slide

Sets or returns an integer representing the posi= tion of the slide to which the data will be bound during a PowerPointTemplate.BindData met= hod call. DataBindingProperties.Slide allows users to import d= ifferent data values onto slides that use the same data markers. The slide = is specified using the 0-based index of the slide within the presentation.<= p>DataBindingProperties.Slide defaults to -1 which indicates t= hat the data import is not scoped to a particular slide.

------=_Part_9086_123173200.1711675677181--