<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapReportOptions Class / C1OlapReportOptions Constructor / C1OlapReportOptions Constructor(ReportOptions)
Specifies the options for this object.

In This Topic
    C1OlapReportOptions Constructor(ReportOptions)
    In This Topic
    Initializes a new instance of a C1OlapReportOptions.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal reportOptions As ReportOptions _
    )
    public C1OlapReportOptions( 
       ReportOptions reportOptions
    )

    Parameters

    reportOptions
    Specifies the options for this object.
    See Also