ASP.NET Core 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 System.String
    'Usage
     
    
    Dim instance As PivotChart
    Dim value As System.String
     
    instance.ItemsSourceId = value
     
    value = instance.ItemsSourceId
    public System.string ItemsSourceId {get; set;}
    public read-write property ItemsSourceId: System.String; 
    public function get,set ItemsSourceId : System.String
    public: __property System.string* get_ItemsSourceId();
    public: __property void set_ItemsSourceId( 
       System.string* value
    );
    public:
    property System.String^ ItemsSourceId {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    It can be the id of a PivotPanel component or a PivotEngine component.
    See Also