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

In This Topic
    StringValue Property
    In This Topic
    String representation of parameter value. String.Empty converted to null unless parameter is String and it's AllowEmpty is true
    Syntax
    'Declaration
     
    Public Property StringValue As String
    public string StringValue {get; set;}
    See Also