FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / RenderReportAction Class / ReportTemplate Property

In This Topic
    ReportTemplate Property
    In This Topic
    Gets the array of bytes containing the report template.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReportTemplate As Byte()
    public byte[] ReportTemplate {get;}
    See Also