Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ComplexExporter Class / GetPageFileName Method
The 1-based page number.

In This Topic
    GetPageFileName Method (ComplexExporter)
    In This Topic
    Gets the file name (with path) for the file containing the specified page. Used only for export formats that save a page per file (e.g. TIFF).
    Syntax
    'Declaration
     
    Protected Function GetPageFileName( _
       ByVal pageNo As Integer _
    ) As String
    protected string GetPageFileName( 
       int pageNo
    )

    Parameters

    pageNo
    The 1-based page number.

    Return Value

    The output file name.
    See Also