This topic has not yet been rated - Rate this topic

DataFormWebPart.DataSource Property

Returns the current data source control that is used by the Web Part to render data.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
public virtual IDataSource DataSource { get; set; }

Property Value

Type: System.Web.UI.IDataSource
Returns IDataSource.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Information overload !!!
Whoa - slow down Microsoft !!!! There is just way too much information here for me to read about this property.

Hold on, let me see if I have this correct:

"Returns the current data source control that is used by the Web Part to render data."

Well that explains everything, thank you so much for this clear, detailed explanation on how to use this property. I should now be able to do all of the things you mention in the demos and whitepaper !