Represents a parameter in a CubeDataSource component.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(CubeDataSourceParameterConverter))]
public class CubeDataSourceParameter : DataSourceParameter
Inheritance: objectDataSourceParameterCubeDataSourceParameter
Inherited Members
Constructors
Initializes a new instance of the CubeDataSourceParameter class.
C#
public CubeDataSourceParameter()
Initializes a new instance of the CubeDataSourceParameter class.
C#
public CubeDataSourceParameter(string name, object value)
Specifies the name of the parameter.
valueobjectSpecifies the value of the parameter.
Initializes a new instance of the CubeDataSourceParameter class.
C#
public CubeDataSourceParameter(string name)
Specifies the name of the parameter.