ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ParameterViewModel Class / Value Property

In This Topic
    Value Property (ParameterViewModel)
    In This Topic
    Gets typed parameter value, ie DateTime or Bool
    Syntax
    'Declaration
     
    Public Property Value As Object
    public object Value {get; set;}
    See Also