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 Next »

Introduced in build 4.1.0.1379

Description

Imports the data from a SharePoint View into a Table at the point of the current element in the document. Also accepts a SharePoint List to which the View belongs and a DataImportProperties object with the import options.

C#
vb.net

Parameters

element
The current element which is calling ImportData
view
The SharePoint View to be used as a data source
list
SharePoint List to which the View belongs
props
Import properties for this data import, including max rows, max columns, column filter, etc.

Returns

The Table into which the data is being imported

Remarks

Icon

This is an extension method for the Element object to be used for binding SharePoint data to documents from within SharePoint. To use this method, you must add a reference to SoftArtisans.OfficeWriter.WordWriter.SharePointIntegration.dll

Examples

C#
vb.net
  • No labels