Class ItemParameter
Inheritance
System.Object
ItemParameter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: BoldReports.Web.dll
Syntax
public class ItemParameter
Constructors
ItemParameter()
Declaration
Properties
AllowBlank
Declaration
public bool AllowBlank { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowBlankSpecified
Declaration
public bool AllowBlankSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DefaultValues
Declaration
public string[] DefaultValues { get; set; }
Property Value
Type |
Description |
System.String[] |
|
DefaultValuesQueryBased
Declaration
public bool DefaultValuesQueryBased { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DefaultValuesQueryBasedSpecified
Declaration
public bool DefaultValuesQueryBasedSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Dependencies
Declaration
public string[] Dependencies { get; set; }
Property Value
Type |
Description |
System.String[] |
|
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
MultiValue
Declaration
public bool MultiValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MultiValueSpecified
Declaration
public bool MultiValueSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Nullable
Declaration
public bool Nullable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NullableSpecified
Declaration
public bool NullableSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ParameterStateName
Declaration
public string ParameterStateName { get; set; }
Property Value
Type |
Description |
System.String |
|
ParameterTypeName
Declaration
public string ParameterTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
Prompt
Declaration
public string Prompt { get; set; }
Property Value
Type |
Description |
System.String |
|
PromptUser
Declaration
public bool PromptUser { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PromptUserSpecified
Declaration
public bool PromptUserSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
QueryParameter
Declaration
public bool QueryParameter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
QueryParameterSpecified
Declaration
public bool QueryParameterSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ValidValues
Declaration
public ValidValue[] ValidValues { get; set; }
Property Value
ValidValuesQueryBased
Declaration
public bool ValidValuesQueryBased { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ValidValuesQueryBasedSpecified
Declaration
public bool ValidValuesQueryBasedSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|