ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ReferenceGroupRenderEngineElement Class / _ReferenceGroupRenderEngineElement Constructor

In This Topic
    _ReferenceGroupRenderEngineElement Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parent As IRenderEngineElementParent, _
       ByVal className As String, _
       ByVal clipping As IRegion, _
       ByVal transform As IMatrix, _
       ByVal style As IStyle, _
       ByVal viewport As IRectangle, _
       ByVal width As Double, _
       ByVal height As Double _
    )
    public _ReferenceGroupRenderEngineElement( 
       IRenderEngineElementParent parent,
       string className,
       IRegion clipping,
       IMatrix transform,
       IStyle style,
       IRectangle viewport,
       double width,
       double height
    )

    Parameters

    parent
    className
    clipping
    transform
    style
    viewport
    width
    height
    See Also