ReportParameter Constructors
For internal use.Name | Parameters | Description |
---|---|---|
ReportParameter() | none | Initializes a new instance of the ReportParameter class with the default settings. |
ReportParameter(ParameterPath, LookUpValueCollection, Boolean) | parameterPath, lookUpValues, isFiltered | Initializes a new instance of the ReportParameter class with specified settings. |
ReportParameter(ParameterPath, LookUpValueCollection) | parameterPath, lookUpValues | Initializes a new instance of the ReportParameter class with specified settings. |
See Also