Class ExtensionParameter
Inheritance
System.Object
ExtensionParameter
Assembly: BoldReports.Web.dll
Syntax
public class ExtensionParameter : Object
Constructors
ExtensionParameter()
Declaration
public ExtensionParameter()
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Encrypted
Declaration
public bool Encrypted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Error
Declaration
public string Error { get; set; }
Property Value
Type |
Description |
System.String |
|
IsPassword
Declaration
public bool IsPassword { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Required
Declaration
public bool Required { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RequiredSpecified
Declaration
public bool RequiredSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ValidValues
Declaration
public ValidValue[] ValidValues { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|