ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Interfaces Namespace / IReportRenderingContext Interface / CreateStyle Method / CreateStyle(Style,IServiceProvider) Method

In This Topic
    CreateStyle(Style,IServiceProvider) Method
    In This Topic
    Syntax
    'Declaration
     
    Overloads Function CreateStyle( _
       ByVal style As Style, _
       ByVal item As IServiceProvider _
    ) As IStyle
    IStyle CreateStyle( 
       Style style,
       IServiceProvider item
    )

    Parameters

    style
    item
    See Also