ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class
Properties Methods Events

In This Topic
    C1RdlReport Class Members
    In This Topic

    The following tables list the members exposed by C1RdlReport.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1RdlReport class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the author of the report.  
    Public PropertyGets or sets the description of the report.  
    Public PropertyOverridden. Overridden. Returns the current report's C1RdlReport.Description (used to identify reports in print tasks and so on).  
    Public PropertyGets or sets the type of metafiles created by the current report. The default is System.Drawing.Imaging.EmfType.EmfPlusOnly.  
    Public PropertyGets or sets a value indicating whether a dialog allowing to input values for some or all of the report parameters (elements of the C1RdlReport.ReportParameters collection) should be shown to the user before the report generates. To include or exclude parameters from the dialog, use ReportParameter.Hidden.

    The default value is true.

     
    Public PropertyGets or sets a value indicating whether all text in the current report should be rendered using GDI+ text API.

    The default value is false.

     
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Copies properties from another C1RdlReport to the current object.  
    Public MethodOverridden. Clears the current report, sets all properties to their default values.  
    Public MethodClears the pages and other info produced by the document generation. (Inherited from C1.C1Rdl.C1RdlReportBase)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodScans the current report definition and retrieves the list of report names (Subreport.ReportName) of C1RdlReport.Subreport items contained within the current report.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodTests whether a specified RDL format version is supported by the current component. (Inherited from C1.C1Rdl.C1RdlReportBase)
    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. (Inherited from C1.C1Rdl.C1RdlReportBase)
    Public MethodRenders the report. (Inherited from C1.C1Rdl.C1RdlReportBase)
    Public MethodOverloaded. Saves the currently loaded report definition to a stream. (Inherited from C1.C1Rdl.C1RdlReportBase)
    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. (Inherited from C1.C1Rdl.C1RdlReportBase)
    Top
    See Also