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

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

    Parameters

    value
    See Also