TheReportParameter |
Scroll |
TheReportParameter represents a parameter for a report.
Namespace: Therefore.API
Visual Basic Public Class TheReportParameter C# public class TheReportParameter |
Name |
Description |
Whether the report parameter can be an empty string value or not. |
|
Gets the default value of the report parameter. |
|
Whether the report parameter is hidden or not. |
|
Whether the report parameter can be set to null or not. |
|
Gets the label of the report parameter. |
|
Gets or sets the name of the report parameter. |
|
Gets or sets a list of valid values for this report parameter. |
|
Gets or sets the value of the report parameter. |
Name |
Description |
Returns a string representation of the object (for debugging). |