Class CubeDataSourceParameter
Represents a parameter in a CubeDataSource component.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class CubeDataSourceParameter : DataSourceParameter, INotifyPropertyChanged, INamedObject
Constructors
CubeDataSourceParameter()
Initializes a new instance of the CubeDataSourceParameter class.
Declaration
public CubeDataSourceParameter()
CubeDataSourceParameter(String)
Initializes a new instance of the CubeDataSourceParameter class.
Declaration
public CubeDataSourceParameter(string name)
Parameters
System.String
name
Specifies the name of the parameter. |
CubeDataSourceParameter(String, Object)
Initializes a new instance of the CubeDataSourceParameter class.
Declaration
public CubeDataSourceParameter(string name, object value)
Parameters
System.String
name
Specifies the name of the parameter. |
System.Object
value
Specifies the value of the parameter. |