ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Interactivity Namespace / ToggleMap Class / TryGetValue Method / TryGetValue(Object,Int32) Method

In This Topic
    TryGetValue(Object,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function TryGetValue( _
       ByVal definition As Object, _
       ByRef steps As Integer _
    ) As Boolean
    public bool TryGetValue( 
       object definition,
       out int steps
    )

    Parameters

    definition
    steps
    See Also