ITemplateProvider Methods
When implemented by a class, provides the functionality to implement a custom template gallery.| Name | Description |
|---|---|
| GetIconImage(Guid) | Returns an icon for the specified report template. |
| GetPreviewImageAsync(Guid, Action<Guid, Byte[]>) | Obtains the preview image of a report template, asynchronously. |
| GetTemplateLayout(Guid) | Returns the layout of a specified report template. |
| GetTemplates(String, GetTemplatesHandler) | Returns the collection of report templates. |
| SendTemplate(String, String, Byte[], Image, Image) | Sends the specified report template to a storage. |
See Also