ComponentOne Reports for WPF
C1.C1Rdl Namespace / C1RdlReportBase Class
Methods Events

In This Topic
    C1RdlReportBase Class Members
    In This Topic

    The following tables list the members exposed by C1RdlReportBase.

    Public Methods
     NameDescription
    Public MethodCopies properties from another C1RdlReportBase to the current object.  
    Public MethodClears the current report, sets all properties to their default values.  
    Public MethodClears the pages and other info produced by the document generation.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of a type derived from C1RdlReportBase that supports the RDL format contained in the specified file. The specific type is determined by the version of the RDL in the file.  
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of a type derived from C1RdlReportBase that supports the RDL format contained in the specified stream. The specific type is determined by the version of the RDL in the stream.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodTests whether a specified RDL format version is supported by the current component.  
    Public MethodOverloaded. Loads a report definition from a stream into the current report. The stream should contain an RDL report definition in the supported format.  
    Public MethodRenders the report.  
    Public MethodOverloaded. Saves the currently loaded report definition to a stream.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Public Events
     NameDescription
    Public EventOccurs periodically during report generation. Allows to provide progress indication and the ability to cancel generation to the user.  
    Top
    See Also