Click or drag to resize

TemplatePermanentDataFrom Method

Overload List
 NameDescription
Public methodPermanentDataFrom(IDictionary) Specifies IDictionary that will be used as a data source for this template. If the method is called more than once, all objects are checked and used as the template data source.
Public methodPermanentDataFrom(ITemplateDataProvider) Specifies ITemplateDataProvider that will be used as a data source for this template. If the method is called more than once, all objects are checked and used as the template data source.
Public methodPermanentDataFrom(Object) Specifies object that will be used as a data source for this template. If the method is called more than once, all objects are used.
Top
See Also