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

In This Topic
    WriteTo Method (PivotGrid)
    In This Topic
    Writer the process result of current instance to the writer.
    Syntax
    'Declaration
     
    Public Overridable Sub WriteTo( _
       ByVal writer As TextWriter, _
       ByVal encoder As HtmlEncoder _
    ) 
    public virtual void WriteTo( 
       TextWriter writer,
       HtmlEncoder encoder
    )

    Parameters

    writer
    The writer.
    encoder
    The Html encoder.
    See Also