ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / CubeServiceTagHelper Class / Cube Property

In This Topic
    Cube Property (CubeServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.CubeService.Cube. Sets the OLAP cube in the SSAS server.
    Syntax
    'Declaration
     
    Public Property Cube As String
    public string Cube {get; set;}
    See Also