ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ParameterViewModel Class
Properties Events

In This Topic
    ParameterViewModel Class Members
    In This Topic

    The following tables list the members exposed by ParameterViewModel.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyTrue if parameter allows only date to be entered.  
    Public PropertyParameter display format.  
    Public PropertyTrue if user can change the parameter (parameter doesn't have no unfulfilled dependencies)  
    Public PropertyType of the last error. null if everything is OK.  
    Public PropertyContains error description of parameter  
    Public PropertyTrue if we enter relative date value  
    Public PropertyTrue if value is null  
    Public PropertyTrue if parameter is multiline  
    Public PropertyTrue if parameter can be null  
    Public PropertyList of options for multivalued parameters  
    Public PropertyGets the parameter name  
    Public PropertyGets the parameter type  
    Public PropertyGets the label  
    Public PropertyValue of range part of relative date  
    Public PropertyReturns type of control to hold the value(s)  
    Public PropertySpecial the parameter value in case multivalue parameter (select all Values)  
    Public PropertyValue of shift part of relative date  
    Public PropertyValue of start part of relative date  
    Public PropertyString representation of parameter value. String.Empty converted to null unless parameter is String and it's AllowEmpty is true  
    Public PropertyTrue if parameter support relative date  
    Public PropertyGets typed parameter value, ie DateTime or Bool  
    Public PropertyTrue if user can change actual value. False if not  
    Top
    See Also