ComponentOne List for WinForms
C1.Win.List Namespace / PrintInfo Class


In This Topic
    PrintInfo Class Methods
    In This Topic

    For a list of all members of this type, see PrintInfo members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Prints the grid.  
    Public MethodOpens a separate modal window in which end users can preview the output that would be generated by the print operation.  
    Public MethodSaves the current grid to a memory stream in C1D (native C1PrintDocument) format.

    The stream's Position is set to 0 when the method returns.

     
    Public MethodOverloaded. Saves the current grid as a C1D file, which can later be loaded into a C1PrintDocument (provided by C1Report product).

    Note that unlike most other print/export methods, this method does not require C1Report assemblies.

     
    Public MethodIndicates whether the PageSettings property should be serialized.  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected MethodResets the PreviewFormClassName property to its default value.  
    Protected MethodResets the PrintOptionsFormClassName property to its default value.  
    Protected MethodIndicates whether the PreviewFormClassName property should be serialized.  
    Protected MethodIndicates whether the PrintOptionsFormClassName property should be serialized.  
    Top
    See Also