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

In This Topic
    ItemsSourceId Property (PivotChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotChart.ItemsSourceId. Sets the id of the source.
    Syntax
    'Declaration
     
    Public Property ItemsSourceId As String
    public string ItemsSourceId {get; set;}
    Remarks
    It can be the id of a C1.Web.Mvc.Olap.PivotPanel component or a C1.Web.Mvc.Olap.PivotEngine component.
    See Also