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

In This Topic
    FromExecutionParameter Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function FromExecutionParameter( _
       ByVal value As ParameterValue _
    ) As ParameterValue
    public static ParameterValue FromExecutionParameter( 
       ParameterValue value
    )

    Parameters

    value
    See Also