ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / InputFieldText Class / IsPropertyValueAvailable Method

In This Topic
    IsPropertyValueAvailable Method (InputFieldText)
    In This Topic
    Checks if the property value is available for this control
    Syntax
    'Declaration
     
    Public Function IsPropertyValueAvailable( _
       ByVal propertyName As String, _
       ByVal value As Object _
    ) As Boolean
    public bool IsPropertyValueAvailable( 
       string propertyName,
       object value
    )

    Parameters

    propertyName
    value
    See Also