ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.ActiveReports.Export.Excel.Page Namespace / ExcelTransformationDevice Class / TemplateStream Property

In This Topic
    TemplateStream Property
    In This Topic
    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