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

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