List & Label .NET
combit.Reporting Namespace / PreviewFile Class

In This Topic
    PreviewFile Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodOverloaded. 

    You can append several preview files. In order to do this, you must first open the destination file. Since a write access is required, you must pass the second parameter, ReadOnly, as false. Subsequently, you can pass the file name of the file to be added to the Append method. Alternatively, you can also assign a handle to a preview file in the memory or to another instance of the PreviewFile.

     
    Public MethodClose the preview file.  
    Public MethodOverloaded. 

    This method converts the preview file to the selected format.

     
    Public Method

    Delete the preview file(s).

     
    Public Method  
    Public Method  
    Public MethodOverloaded. 

    Returns the file name of the PreviewFile instance.

     
    Public MethodProjectParameters from a preview file can be queried hereby.  
    Public MethodOverloaded. 

    Prints the preview file.

     
    Top
    See Also