<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / PrintManager Class / Print Method / Print(C1OlapPage,ReportOptions) Method
C1OlapPage that contains the view to be printed.
ReportOptions that contains options to be used when generating the report.

In This Topic
    Print(C1OlapPage,ReportOptions) Method
    In This Topic
    Generates a report based on the current Olap view.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal olapPage As C1OlapPage, _
       ByVal reportOptions As ReportOptions _
    ) 
    public void Print( 
       C1OlapPage olapPage,
       ReportOptions reportOptions
    )

    Parameters

    olapPage
    C1OlapPage that contains the view to be printed.
    reportOptions
    ReportOptions that contains options to be used when generating the report.
    See Also