ActiveReports 13
TemplateStream Property

GrapeCity.ActiveReports.Export.Excel Assembly > GrapeCity.ActiveReports.Export.Excel.Page Namespace > ExcelTransformationDevice Class : TemplateStream Property
Gets or sets the template as a System.IO.Stream to use for rendering.
Syntax
'Declaration
 
Public Property TemplateStream As Stream
public Stream TemplateStream {get; set;}
Remarks
The value of this property will override the Template setting if not null.
See Also

Reference

ExcelTransformationDevice Class
ExcelTransformationDevice Members