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

In This Topic
    Print Method (PrintManager)
    In This Topic
    Generates a report based on the current Olap view.
    Syntax
    'Declaration
     
    Public 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