ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Controls.Design Namespace / IAvailabilityInfo Interface / IsPropertyValueAvailable Method

In This Topic
    IsPropertyValueAvailable Method (IAvailabilityInfo)
    In This Topic
    Syntax
    'Declaration
     
    Function IsPropertyValueAvailable( _
       ByVal propertyName As String, _
       ByVal value As Object _
    ) As Boolean
    bool IsPropertyValueAvailable( 
       string propertyName,
       object value
    )

    Parameters

    propertyName
    value
    See Also