ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapBindingFieldPair Class / FieldName Property

In This Topic
    FieldName Property
    In This Topic
    Gets or sets which map element field to be used for binding.
    Syntax
    'Declaration
     
    Public Property FieldName As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo FieldName {get; set;}
    See Also