ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotGrid Class / RegisterStartupScript Method
The specified writer

In This Topic
    RegisterStartupScript Method (PivotGrid)
    In This Topic
    Override to render the extender startup scripts.
    Syntax
    'Declaration
     
    Protected Overridable Sub RegisterStartupScript( _
       ByVal writer As TextWriter _
    ) 
    protected virtual void RegisterStartupScript( 
       TextWriter writer
    )

    Parameters

    writer
    The specified writer
    See Also