Class ReportsParameter
Class for ReportsParameter
Inheritance
Namespace: BoldReports.Serialization.JsonModels
Assembly: BoldReports.UWP.dll
Syntax
public class ReportsParameter : Object
Constructors
ReportsParameter()
Declaration
public ReportsParameter()
Properties
AllowBlank
Gets or sets boolean value of AllowBlank for report parameter.
Declaration
public bool AllowBlank { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AvailableLabels
Gets or sets list of AvailableLabels for report parameter.
Declaration
public List<string> AvailableLabels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
AvailableValues
Gets or sets list of AvailableValues for report parameter.
Declaration
public List<string> AvailableValues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
ControlId
Gets or sets ControlId of report parameter.
Declaration
public string ControlId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataType
Gets or sets Data Type for report parameter.
Declaration
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultValues
Gets or sets list of Default Values for report parameter.
Declaration
public List<string> DefaultValues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
DefaultValuesfields
Gets or sets list of Default Values fields for report parameter.
Declaration
public List<string> DefaultValuesfields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Hidden
Gets or sets boolean value of Hidden for report parameter.
Declaration
public bool Hidden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDependent
Gets or sets boolean value of IsDependent for report parameter.
Declaration
public bool IsDependent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMultiValue
Gets or sets boolean value of IsMultiValue for report parameter.
Declaration
public bool IsMultiValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNullable
Gets or sets boolean value of IsNullable for report parameter.
Declaration
public bool IsNullable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Label
Gets or sets Label for report parameter.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Labels
Gets or sets list of Labels for report parameter.
Declaration
public List<string> Labels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Name
Gets or sets Name of report parameter.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParameterElementType
Gets or sets element type of report parameter.
Declaration
public string ParameterElementType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Prompt
Gets or sets Prompt of report parameter.
Declaration
public string Prompt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets Value for report parameter.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Values
Gets or sets list of Values for report parameter.
Declaration
public List<string> Values { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |