[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.TagHelpers.CubeServiceTagHelper

CubeServiceTagHelper Class

ITagHelper implementation for CubeService.

Namespace: C1.Web.Mvc.Olap.TagHelpers
Assembly: C1.AspNetCore.Mvc.Olap.dll
Syntax
[HtmlTargetElement("c1-cube-service")]
public class CubeServiceTagHelper : SettingTagHelper<CubeService>, ITagHelper, ITagHelperComponent

Constructors

Name Description
CubeServiceTagHelper()

Properties

Name Description
Catalog

Configurates Catalog. Sets the catalog name.

CollectionName

Gets the collection name.

Cube

Configurates Cube. Sets the OLAP cube in the SSAS server.

Password

Configurates Password. Sets the password in the SSAS server for windows authentication.

Url

Configurates Url. Sets the url of the SSAS server.

User

Configurates User. Sets the username in the SSAS server for windows authentication.