ClassCubeDataSourceParameter
Class
Represents a parameter in a CubeDataSource component.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(CubeDataSourceParameterConverter))]
public class CubeDataSourceParameter : DataSourceParameter
Inheritance: objectDataSourceParameterCubeDataSourceParameter
Inherited Members
Constructors
CubeDataSourceParameter()
Initializes a new instance of the CubeDataSourceParameter class.
Declaration
cs-api-definition
public CubeDataSourceParameter()
CubeDataSourceParameter(string)
Initializes a new instance of the CubeDataSourceParameter class.
Declaration
cs-api-definition
public CubeDataSourceParameter(string name)
Parameters
name
string
Specifies the name of the parameter.
CubeDataSourceParameter(string, object)
Initializes a new instance of the CubeDataSourceParameter class.
Declaration
cs-api-definition
public CubeDataSourceParameter(string name, object value)
Parameters
name
string
Specifies the name of the parameter.
value
object
Specifies the value of the parameter.