Class DesignerSettings
Creates and maintains the designer settings for the control.
Inheritance
System.Object
DesignerSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Shared.Olap
Assembly: Syncfusion.OlapShared.WPF.dll
Syntax
public sealed class DesignerSettings
Constructors
DesignerSettings()
Initializes a new instance of the DesignerSettings class.
Declaration
public DesignerSettings()
Properties
ConnectionMode
Gets or sets the connection mode.
Declaration
public ConnectionMode ConnectionMode { get; set; }
Property Value
Type | Description |
---|---|
ConnectionMode | The connection mode. |
ConnectionString
Gets or sets the connection string.
Declaration
public string ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The connection string. |
CurrentCubeName
Gets or sets the name of the current cube.
Declaration
public string CurrentCubeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the current cube. |
IsValidConnectionString
Gets a value indicating whether this instance is valid connection string.
Declaration
public bool IsValidConnectionString { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Report
Gets or sets the report.
Declaration
public Report Report { get; set; }
Property Value
Type | Description |
---|---|
Report | The report. |
Methods
GetOlapReport()
Gets the olap report.
Declaration
public OlapReport GetOlapReport()
Returns
Type | Description |
---|---|
OlapReport | Returns the olap report for the current report. |
HadValidReport()
Checks whether the report is valid or not.
Declaration
public bool HadValidReport()
Returns
Type |
---|
System.Boolean |