New to Telerik ReportingStart a free 30-day trial

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

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)
Parameters:namestring

Specifies the name of the parameter.

valueobject

Specifies the value of the parameter.

Initializes a new instance of the CubeDataSourceParameter class.

C#
public CubeDataSourceParameter(string name)
Parameters:namestring

Specifies the name of the parameter.