Click or drag to resize

TemplateDataFrom Method

Overload List
 NameDescription
Public methodDataFrom(IDictionary) Specifies IDictionary that will be used as a data source for this template. If the method is called more than once, only last object is used as the template data source.
Public methodDataFrom(ITemplateDataProvider) Specifies ITemplateDataProvider that will be used as a data source for this template. If the method is called more than once, only last object is used as the template data source.
Public methodDataFrom(Object) Specifies object that will be used as a data source for this template. If the method is called more than once, only last object is used.
Top
See Also