ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotChart Class / ItemsSourceId Property

In This Topic
    ItemsSourceId Property (PivotChart)
    In This Topic
    Gets or 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 PivotPanel component or a PivotEngine component.
    See Also