ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / Render Method

In This Topic
    Render Method
    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 Document property, so you rarely have to call Render directly from your code.

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

    See Also