ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / PageReport Class / Save Method / Save(XmlWriter) Method

In This Topic
    Save(XmlWriter) Method
    In This Topic
    Saves the report definition to the XmlWriter.  
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal xmlWriter As XmlWriter _
    ) 
    public void Save( 
       XmlWriter xmlWriter
    )

    Parameters

    xmlWriter
    See Also