FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / Render Method

In This Topic
    Render Method (FlexReport)
    In This Topic
    Renders the report. This method is a shortcut to the C1.WPF.Document.C1DocumentSource.Generate method on the base class.
    Syntax
    'Declaration
     
    Public Sub Render() 
    public void Render()
    See Also