ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / Render Method

In This Topic
    Render Method (C1Report)
    In This Topic
    Renders the report into an internal collection of images.
    Syntax
    'Declaration
     
    Public Sub Render() 
    public void Render()
    Remarks

    This method is called implicitly when other classes access the C1Report.Document property, so you rarely have to call C1Report.Render directly from your code.

    In some cases, you may want to access the report as a collection of pages, exposed by the C1Report.PageImages property. To ensure that the image collection is available and up-to-date, call the C1Report.Render method directly.

    See Also