Class
CubeDataSourceParameter

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 DataSourceParameter.NotifyPropertyChanged(string)DataSourceParameter.NameDataSourceParameter.ValueDataSourceParameter.PropertyChanged

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.