ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace / ReportItem Class / Properties Property
A string value indicating the property for which to get the value.

In This Topic
    Properties Property (ReportItem)
    In This Topic
    Gets the value of the specified property
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Properties( _
       ByVal name As String _
    ) As Object
    public object this[ 
       string name
    ]; {get;}

    Parameters

    name
    A string value indicating the property for which to get the value.
    See Also