C1.Silverlight.Olap.5
Print Method (PrintManager)

C1OlapPage that contains the view to be printed.
ReportOptions that contains options to be used when generating the report.
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

Reference

PrintManager Class
PrintManager Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.