ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ExpressionSyntaxTreeFactory Class / _propertyAccess Method

In This Topic
    _propertyAccess Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _propertyAccess( _
       ByVal expr As IExpressionSyntaxTree, _
       ByVal propertyName As String _
    ) As IPropertyAccessExpressionSyntaxTree
    public static IPropertyAccessExpressionSyntaxTree _propertyAccess( 
       IExpressionSyntaxTree expr,
       string propertyName
    )

    Parameters

    expr
    propertyName
    See Also