Imports data from an to the specified Area. The new data will overwrite values and formulas in the target worksheet cells, but existing formatting will be preserved.

 public Area ImportData(System.Data.IDataReader data)
Public Function ImportData(ByVal data As System.Data.IDataReader) As Area

An instance of , or

Microsoft.AnalysisServices.AdomdClient.AdomdDataReader

.

An Area object representing the set of cells populated with the imported values.

Area importedArea = a.ImportData(dr);
Dim importedArea As Area = a.ImportData(dr)