Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Style Class / Style Constructor
The owner of the current style.

In This Topic
    Style Constructor
    In This Topic
    Initializes a new instance of the Style class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As IStyleOwner _
    )
    public Style( 
       IStyleOwner owner
    )

    Parameters

    owner
    The owner of the current style.
    See Also