FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ReportSession Class / FromValidValues Method

In This Topic
    FromValidValues Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function FromValidValues( _
       ByVal validValues() As ValidValue _
    ) As ValidValue()
    public static ValidValue[] FromValidValues( 
       ValidValue[] validValues
    )

    Parameters

    validValues
    See Also