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