Class OlapClientCommands
Represents commands that can be invoked on OlapClient.
Inheritance
System.Object
OlapClientCommands
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.Client.Olap
Assembly: Syncfusion.OlapClient.WPF.dll
Syntax
public static class OlapClientCommands
Remarks
Commanding is an input mechanism in Windows Presentation Foundation which provides input handling at a more semantic level than device input.
Properties
AddReport
Gets the AddReport
Declaration
public static RoutedUICommand AddReport { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
LoadReport
Gets the LoadReport
Declaration
public static RoutedUICommand LoadReport { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
LoadReportStream
Gets the load report stream.
Declaration
public static RoutedUICommand LoadReportStream { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedUICommand | The load report stream. |
NewReport
Gets the NewReport
Declaration
public static RoutedUICommand NewReport { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
RemoveReport
Gets the RemoveReport
Declaration
public static RoutedUICommand RemoveReport { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
RenameReport
Gets the RenameReport
Declaration
public static RoutedUICommand RenameReport { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
SaveReport
Gets the SaveReport
Declaration
public static RoutedUICommand SaveReport { get; }
Property Value
Type |
---|
System.Windows.Input.RoutedUICommand |
ShowColumnFilterDialog
Gets the show column filter dialog.
Declaration
public static RoutedUICommand ShowColumnFilterDialog { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedUICommand | The show column filter dialog. |
ShowColumnSortingDialog
Gets the show colum sorting dialog.
Declaration
public static RoutedUICommand ShowColumnSortingDialog { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedUICommand | The show colum sorting dialog. |
ShowConnectOption
Gets the show connect option.
Declaration
public static RoutedUICommand ShowConnectOption { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedUICommand | The show connect option. |
ShowMdxDialog
Gets the show MDX dialog.
Declaration
public static RoutedUICommand ShowMdxDialog { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedUICommand | The show MDX dialog. |
ShowRowFilterDialog
Gets the show row filter dialog.
Declaration
public static RoutedUICommand ShowRowFilterDialog { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedUICommand | The show row filter dialog. |
ShowRowSortingDialog
Gets the show row sorting dialog.
Declaration
public static RoutedUICommand ShowRowSortingDialog { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedUICommand | The show row sorting dialog. |