Class ReportParameterVal
Inheritance
System.Object
ReportParameterVal
Assembly: BoldReports.UWP.dll
Syntax
public class ReportParameterVal : Object
Constructors
ReportParameterVal()
Declaration
public ReportParameterVal()
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Omit
Declaration
public string Omit { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|