ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / Slicer Class
Members






In This Topic
    Slicer Class
    In This Topic
    Provides a user interface for interactively transforming regular data tables into Olap pivot tables.
    Object Model
    Slicer Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class Slicer 
       Inherits C1.Web.Mvc.Control
       Implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As Slicer
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class Slicer : C1.Web.Mvc.Control, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class Slicer = class(C1.Web.Mvc.Control, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class Slicer extends C1.Web.Mvc.Control implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class Slicer : public C1.Web.Mvc.Control, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class Slicer : public C1.Web.Mvc.Control, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.Olap.Slicer

    See Also