Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / Report Class
Properties Methods Events


In This Topic
    Report Class Members
    In This Topic

    The following tables list the members exposed by Report.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a boolean value indicating if the total number of pages should be calculated for the TOTALPAGES variable.  
    Public PropertyGets or sets the GridControl on which the report will be based.  
    Public PropertyGets or sets a ReportStyleSheet that provides the appearance that the grid will have when it is printed or exported in a report.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new instance of a System.Drawing.Printing.PrintDocument.  
    Public MethodOverloaded. Exports the report to the specified filename and format.  
    Public MethodOverloaded. Prints the report.  
    Public MethodOverloaded. Previews the report.  
    Top
    Public Events
     NameDescription
    Public EventRaised when the value of the CalculateTotalPages property is changed.  
    Public EventRaised when the report is being generated to display progression information.  
    Public EventRaised when the value of the GridControl property is changed.  
    Public EventRaised when a variable is encountered to allow for the final value of the variable to modified before it is printed, and/or to handle custom variables.  
    Public EventRaised when the value of the ReportStyleSheet property is changed.  
    Top
    See Also