ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotFieldBase Class / Binding Property

In This Topic
    Binding Property (PivotFieldBase)
    In This Topic
    Gets or sets the name of the source column which the field is bound to.
    Syntax
    'Declaration
     
    
    Public Property Binding As String
    public string Binding {get; set;}
    Remarks
    For cube field, it is UniqueName of the field.
    See Also