Class OlapClient
Interaction logic for ContentControl
Inheritance
Namespace: Syncfusion.Windows.Client.Olap
Assembly: Syncfusion.OlapClient.WPF.dll
Syntax
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
public class OlapClient : ContentControl
Constructors
OlapClient()
Initializes a new instance of the OlapClient class.
Declaration
public OlapClient()
Fields
AxesOrderProperty
Using a DependencyProperty as the backing store for AxesOrder. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AxesOrderProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
DisplayModeProperty
Using a DependencyProperty as the backing store for DisplayMode. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DisplayModeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
EnableExceptionHandlingProperty
Using a DependencyProperty as the backing store for EnableExceptionHandling. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty EnableExceptionHandlingProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
EnableMeasureGroupsProperty
Dependency property for EnableMeasureGroups property.
Declaration
public static readonly DependencyProperty EnableMeasureGroupsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
EnablePagingProperty
Using a DependencyProperty as the backing store for EnablePaging. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty EnablePagingProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HeaderBackgroundProperty
Using a DependencyProperty as the backing store for HeaderBackground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HeaderBackgroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HeaderBorderBrushProperty
Using a DependencyProperty as the backing store for HeaderBorderBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HeaderBorderBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HeaderMouseOverBackgroundProperty
Using a DependencyProperty as the backing store for HeaderMouseOverBackground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HeaderMouseOverBackgroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HeaderMouseOverBorderBrushProperty
Using a DependencyProperty as the backing store for HeaderMouseOverBorderBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HeaderMouseOverBorderBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsDragOverProperty
Using a DependencyProperty as the backing store for IsDragOver. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IsDragOverProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsVirtualKpiEnabledProperty
Using a DependencyProperty as the backing store for IsVirtualKpiEnabled. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IsVirtualKpiEnabledProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MeasureGroupNameCaptionsProperty
Declaring dependency property to get measure group caption
Declaration
public static readonly DependencyProperty MeasureGroupNameCaptionsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MeasureSortOrderInCubeBrowserProperty
Using a DependencyProperty as the backing store for MeasureSortOrderInCubeBrowser. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty MeasureSortOrderInCubeBrowserProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowColumnAxisElementBuilderProperty
using DependencyProperty as the backing store for ShowColumnAxisElementBuilder.
Declaration
public static readonly DependencyProperty ShowColumnAxisElementBuilderProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowCubeDimensionBrowserProperty
using DependencyProperty as the backing store for ShowCubeDimensionBrowser.
Declaration
public static readonly DependencyProperty ShowCubeDimensionBrowserProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowEnablePagingProperty
Using a DependencyProperty as the backing store for ShowEnablePaging. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ShowEnablePagingProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowRowAxisElementBuilderProperty
using DependencyProperty as the backing store for ShowRowAxisElementBuilder.
Declaration
public static readonly DependencyProperty ShowRowAxisElementBuilderProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowSearchBoxProperty
using DependencyProperty as the backing store for ShowSearchBox.
Declaration
public static readonly DependencyProperty ShowSearchBoxProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowSlicerAxisElementBuilderProperty
using DependencyProperty as the backing store for ShowSlicerAxisElementBuilder.
Declaration
public static readonly DependencyProperty ShowSlicerAxisElementBuilderProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SubsetFiltersVisibilityProperty
Using a DependencyProperty as the backing store for SubSetFiltersVisibility. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SubsetFiltersVisibilityProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
VisualStyleProperty
VisualStyle dependency property
Declaration
public static readonly DependencyProperty VisualStyleProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
AllowCompleteDataExport
Gets or sets a value indicating whether to export the complete data. The default value is false.
Declaration
public bool AllowCompleteDataExport { get; set; }
Property Value
Type |
---|
System.Boolean |
AutoExecute
Gets or sets whether the elements will automatically execute the query.
Declaration
public bool AutoExecute { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
AxesOrder
Gets or sets the order of the axes inside AxisElementBuilder. For Categorical(or Column) its indicated as C, Series(or Row) its indicated as R and Slicer(or Filter) its indicated as F. Default order is CRF (Column, Row and Filter).
Declaration
public AxesOrder AxesOrder { get; set; }
Property Value
Type |
---|
AxesOrder |
AxisElementBuilderColumn
Gets or sets the AxisElementBuilderColumn.
Declaration
public AxisElementBuilder AxisElementBuilderColumn { get; set; }
Property Value
Type | Description |
---|---|
AxisElementBuilder | The axis element builder column. |
AxisElementBuilderRow
Gets or sets the AxisElementBuilderRow.
Declaration
public AxisElementBuilder AxisElementBuilderRow { get; set; }
Property Value
Type | Description |
---|---|
AxisElementBuilder | The axis element builder row. |
AxisElementBuilderSlicer
Gets or sets the AxisElementBuilderSlicer.
Declaration
public AxisElementBuilder AxisElementBuilderSlicer { get; set; }
Property Value
Type | Description |
---|---|
AxisElementBuilder | The axis element builder slicer. |
ChartHeaderText
Gets or sets the chart header text.
Declaration
public string ChartHeaderText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The chart header text. |
ChartTabHeaderText
Gets or sets the chart tab header text.
Declaration
public string ChartTabHeaderText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The chart tab header text. |
ColorEachPieSeries
Gets or Sets Value for ColorEachSeries while ChartType is Pie
Declaration
public bool ColorEachPieSeries { get; set; }
Property Value
Type |
---|
System.Boolean |
ColumnWider
Gets or sets the width between CubeDimensionBrowser and ChartArea
Declaration
public double ColumnWider { get; set; }
Property Value
Type |
---|
System.Double |
ConnectionString
Gets or sets the connection string.
Declaration
public string ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The connection string. |
CubeDimensionBrowser
Gets or sets the CubeDimensionBrowser.
Declaration
public CubeDimensionBrowser CubeDimensionBrowser { get; set; }
Property Value
Type | Description |
---|---|
CubeDimensionBrowser | The CubeDimensionBrowser. |
CubeDimensionBrowserStyle
Gets or sets the CubeDimensionBrowserStyle.
Declaration
public Style CubeDimensionBrowserStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Style | CubeDimensionBrowserStyle. |
CubeSelector
Gets or sets the CubeSelector.
Declaration
public CubeSelector CubeSelector { get; set; }
Property Value
Type | Description |
---|---|
CubeSelector | The CubeSelector. |
CubeSelectorHeader
Gets or sets the cube selector header.
Declaration
public TextBlock CubeSelectorHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.TextBlock | The cube selector header. |
CurrentTheme
Gets or sets the current theme.
Declaration
public SolidColorBrush CurrentTheme { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.SolidColorBrush | The current theme. |
DisplayMode
Gets or sets the display mode.
Declaration
public DisplayModes DisplayMode { get; set; }
Property Value
Type | Description |
---|---|
DisplayModes | The display mode. |
EnableExceptionHandling
Gets or sets whether to enable exception handling
Declaration
public bool EnableExceptionHandling { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableMeasureGroups
Gets or sets a value indicating whether to display the measure groups drop down or not.
Declaration
public bool EnableMeasureGroups { get; set; }
Property Value
Type |
---|
System.Boolean |
EnablePaging
Gets or sets a value indicating whether [enable paging].
Declaration
public bool EnablePaging { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
GridLayoutTypeSelector
Gets or sets the GridLayout drop down box
Declaration
public ComboBox GridLayoutTypeSelector { get; set; }
Property Value
Type |
---|
System.Windows.Controls.ComboBox |
GridTabHeaderText
Gets or sets the grid tab header text.
Declaration
public string GridTabHeaderText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The grid tab header text. |
HeaderBackground
Gets or sets the Header Background.
Declaration
public Brush HeaderBackground { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The show subset filters. |
HeaderBorderBrush
Gets or sets the Header BorderBrush.
Declaration
public Brush HeaderBorderBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The show subset filters. |
HeaderMouseOverBackground
Gets or sets the Header Hover Background.
Declaration
public Brush HeaderMouseOverBackground { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The show subset filters. |
HeaderMouseOverBorderBrush
Gets or sets the Header Hover BorderBrush.
Declaration
public Brush HeaderMouseOverBorderBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The show subset filters. |
IsCalculatedMembersEnabled
Gets or sets a value indicating whether the calculated members needs to be enabled.
Declaration
public bool IsCalculatedMembersEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsDragOver
Gets or sets the Header Hover BorderBrush.
Declaration
public bool IsDragOver { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The show subset filters. |
IsVirtualKpiEnabled
Gets or sets a value indicating whether the Virtual KPI support needs to be enabled.
Declaration
public bool IsVirtualKpiEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsXmlWithoutConnectionString
Gets or sets a value whether to save XML with or without ConnectionString
Declaration
public bool IsXmlWithoutConnectionString { get; set; }
Property Value
Type |
---|
System.Boolean |
ListBoxStyle
Gets or sets the ListBoxStyle.
Declaration
public Style ListBoxStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Style | ListBoxStyle. |
LoadWithDefaultReport
Gets or sets a value indicating whether [load default report].
Declaration
public bool LoadWithDefaultReport { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
MeasureGroupNameCaptions
Gets or sets the measure group caption
Declaration
public Dictionary<string, string> MeasureGroupNameCaptions { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.String> |
MeasureSortOrderInCubeBrowser
Gets or sets the value for enabling sorting in Cube Browser measure
Declaration
public SortCubeMeasureOrder MeasureSortOrderInCubeBrowser { get; set; }
Property Value
Type |
---|
SortCubeMeasureOrder |
OlapChart
Gets or sets the OlapChart.
Declaration
public OlapChart OlapChart { get; set; }
Property Value
Type | Description |
---|---|
OlapChart | The OlapChart. |
OlapChartTab
Gets or sets the OlapChartTab.
Declaration
public TabItemExt OlapChartTab { get; set; }
Property Value
Type | Description |
---|---|
TabItemExt | The olap chart tab. |
OlapChartToolBar
Gets or sets the Olap Chart ToolBar.
Declaration
public ToolBar OlapChartToolBar { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.ToolBar | The olap chart tool bar. |
OlapClientToolBar
Gets or sets the OlapClientToolBar.
Declaration
public ToolBar OlapClientToolBar { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.ToolBar | The OlapClientToolBar. |
OlapDataManager
Gets or sets the OlapDataManager.
Declaration
public OlapDataManager OlapDataManager { get; set; }
Property Value
Type | Description |
---|---|
OlapDataManager | The OlapDataManager. |
OlapGrid
Gets or sets the OlapGrid.
Declaration
public OlapGrid OlapGrid { get; set; }
Property Value
Type | Description |
---|---|
OlapGrid | The OlapGrid. |
OlapGridTab
Gets or sets the OlapGrid tab.
Declaration
public TabItemExt OlapGridTab { get; set; }
Property Value
Type | Description |
---|---|
TabItemExt | The OlapGrid tab. |
OlapGridToolBar
Gets or sets the Olap Grid tool bar.
Declaration
public ToolBar OlapGridToolBar { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.ToolBar | The Olap Grid tool bar. |
OlapPager
Gets or sets the OlapPager.
Declaration
public OlapPager OlapPager { get; set; }
Property Value
Type | Description |
---|---|
OlapPager | The OlapPager. |
OlapTabControl
Gets or sets the Olap TabControl.
Declaration
public TabControlExt OlapTabControl { get; set; }
Property Value
Type | Description |
---|---|
TabControlExt | The olap tab control. |
ProviderName
Gets or sets the name of the service provider.
Declaration
public Providers ProviderName { get; set; }
Property Value
Type |
---|
Providers |
ShowAddReportButton
Gets or sets a value indicating whether [show add report button].
Declaration
public bool ShowAddReportButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowAllMeasuresInFilterSortDlg
Gets or sets whether to show all the measures or only show the current report measures.
Declaration
public bool ShowAllMeasuresInFilterSortDlg { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowColumnAxisElementBuilder
Gets or sets the ColumnAxisElementBuilder visibility.
Declaration
public bool ShowColumnAxisElementBuilder { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowConnectOptionButton
Gets or sets a value indicating whether [show connect option button].
Declaration
public bool ShowConnectOptionButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowCubeDimensionBrowser
Gets or sets the cube dimension browser visibility.
Declaration
public bool ShowCubeDimensionBrowser { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowCubeSelector
Gets or sets a value indicating whether [show cube selector].
Declaration
public bool ShowCubeSelector { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowEnablePaging
Gets or sets a value indicating whether [enable paging] is visible.
Declaration
public bool ShowEnablePaging { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowExecuteButton
Gets or sets a value indicating whether [show execute button].
Declaration
public bool ShowExecuteButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowExpandersButton
Gets or sets a value indicating whether [show expanders button].
Declaration
public bool ShowExpandersButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowFilterColumnButton
Gets or sets a value indicating whether [show column filter button].
Declaration
public bool ShowFilterColumnButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowFilterRowButton
Gets or sets a value indicating whether [show row filter button].
Declaration
public bool ShowFilterRowButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowFilterSortButtons
Gets or sets a value indicating whether [show filter and sort buttons].
Declaration
public bool ShowFilterSortButtons { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowLoadReportButton
Gets or sets a value indicating whether [show load report button].
Declaration
public bool ShowLoadReportButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowMdxButton
Gets or sets a value indicating whether [show MDX button].
Declaration
public bool ShowMdxButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowNewReportButton
Gets or sets a value indicating whether [show new report button].
Declaration
public bool ShowNewReportButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowRemoveReportButton
Gets or sets a value indicating whether [show remove report button].
Declaration
public bool ShowRemoveReportButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowRenameReportButton
Gets or sets a value indicating whether [show rename report button].
Declaration
public bool ShowRenameReportButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowReportButtons
Gets or sets a value indicating whether [show report buttons].
Declaration
public bool ShowReportButtons { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowReportList
Gets or sets a value indicating whether [show report list].
Declaration
public bool ShowReportList { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowRowAxisElementBuilder
Gets or sets the RowAxisElementBuilder visibility.
Declaration
public bool ShowRowAxisElementBuilder { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowSaveAsReportButton
Gets or sets a value indicating whether [show save-as report button].
Declaration
public bool ShowSaveAsReportButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowSaveReportButton
Gets or sets a value indicating whether [show save report button].
Declaration
public bool ShowSaveReportButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowSearchBox
Gets or sets the meta tree node search box visibility.
Declaration
public bool ShowSearchBox { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowSlicerAxisElementBuilder
Gets or sets the SlicerAxisElementBuilder visibility.
Declaration
public bool ShowSlicerAxisElementBuilder { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowSortingColumnButton
Gets or sets a value indicating whether [show column sorting button].
Declaration
public bool ShowSortingColumnButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowSortingRowButton
Gets or sets a value indicating whether [show row sorting button].
Declaration
public bool ShowSortingRowButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowSubsetFilters
Gets or sets the show subset filters.
Declaration
public bool ShowSubsetFilters { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The show subset filters. |
ShowToggleButton
Gets or sets a value indicating whether [show toggle button].
Declaration
public bool ShowToggleButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowToolBar
Gets or sets a value indicating whether [show tool bar].
Declaration
public bool ShowToolBar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
TabControlExtStyle
Gets or sets the TabControlExtStyle.
Declaration
public Style TabControlExtStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Style | TabControlExtStyle. |
VisualStyle
Gets or Sets the VisualStyle for OlapClient
Declaration
public OlapClientVisualStyle VisualStyle { get; set; }
Property Value
Type |
---|
OlapClientVisualStyle |
Methods
AddReport()
Adds the report.
Declaration
public void AddReport()
CreateNewReport()
Creates the new report.
Declaration
public void CreateNewReport()
DataBind()
Binds a data source to the invoked control and all its child controls.
Declaration
public void DataBind()
ExportToCsv()
Exports the OlapGrid to CSV.
Declaration
public void ExportToCsv()
ExportToExcel()
Exports the OlapGrid to excel.
Declaration
public void ExportToExcel()
ExportToPdf()
Exports the OlapGrid to PDF.
Declaration
public void ExportToPdf()
ExportToWord()
Exports the OlapGrid to word.
Declaration
public void ExportToWord()
GetReportStream()
Gets the report stream.
Declaration
public Stream GetReportStream()
Returns
Type |
---|
System.IO.Stream |
LoadReport()
Loads the report.
Declaration
public void LoadReport()
LoadReportStream(Stream)
Loads the report stream.
Declaration
public void LoadReportStream(Stream reportStream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | reportStream | The report stream. |
NotifyExcelExport(ExcelExportEventArgs)
Raises before exporting to excel
Declaration
public void NotifyExcelExport(ExcelExportEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
ExcelExportEventArgs | args | The args. |
OnApplyTemplate()
Invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this System.Windows.FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs).
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | The event data that describes the property that changed, as well as old and new values. |
RemoveReport()
Removes the report.
Declaration
public void RemoveReport()
RenameReport()
Renames the report.
Declaration
public void RenameReport()
SaveAsReport()
Saves as report.
Declaration
public void SaveAsReport()
SaveReport()
Saves the report.
Declaration
public void SaveReport()
ShowColumnFilterDialog()
Shows the column filter dialog.
Declaration
public void ShowColumnFilterDialog()
ShowColumnSortingDialog()
Shows the column sorting dialog.
Declaration
public void ShowColumnSortingDialog()
ShowConnectOption()
Shows the connection option.
Declaration
public void ShowConnectOption()
ShowConnectOptionWindowAndBindModelToControls()
Shows the connect option window and bind model to controls.
Declaration
[Obsolete("Use ShowConnectionOption() method instead", false)]
public void ShowConnectOptionWindowAndBindModelToControls()
ShowHierarchySelectorDialog(String)
Show the hierarchy selector dialog.
Declaration
public void ShowHierarchySelectorDialog(string existingDrillThroughQuery)
Parameters
Type | Name | Description |
---|---|---|
System.String | existingDrillThroughQuery | The previous drill through data's query. |
ShowPaging()
called when enable/disable olap paging
Declaration
public void ShowPaging()
ShowRowFilterDialog()
Shows the row filter dialog.
Declaration
public void ShowRowFilterDialog()
ShowRowSortingDialog()
Shows the row sorting dialog.
Declaration
public void ShowRowSortingDialog()
Events
ChartToPdfExporting
Occurs when the chart is being exported to pdf document.
Declaration
public event ExportingChartEventHandler ChartToPdfExporting
Event Type
Type |
---|
ExportingChartEventHandler |
ChartToWordExporting
Occurs when the chart is being exported to word document.
Declaration
public event ExportingChartEventHandler ChartToWordExporting
Event Type
Type |
---|
ExportingChartEventHandler |
DrillThroughOccurred
Occurs for getting the drillThrough data.
Declaration
public event DrillThroughOccurredEventHandler DrillThroughOccurred
Event Type
Type |
---|
DrillThroughOccurredEventHandler |
ExcelExport
Event handler for before export to excel
Declaration
public event ExcelExportEventHandler ExcelExport
Event Type
Type |
---|
ExcelExportEventHandler |
GridToExcelExporting
Occurs when the grid is being exported to excel document.
Declaration
public event ExportingGridEventHandler GridToExcelExporting
Event Type
Type |
---|
ExportingGridEventHandler |
GridToPdfExporting
Occurs when the grid is being exported to pdf document.
Declaration
public event ExportingGridEventHandler GridToPdfExporting
Event Type
Type |
---|
ExportingGridEventHandler |
GridToWordExporting
Occurs when the grid is being exported to word document.
Declaration
public event ExportingGridEventHandler GridToWordExporting
Event Type
Type |
---|
ExportingGridEventHandler |
OnCubeDimensionBrowserLoading
Occurs before loading CubeDimensionBrowser
Declaration
public event OnCubeDimensionBrowserLoadingEventHandler OnCubeDimensionBrowserLoading
Event Type
Type |
---|
OnCubeDimensionBrowserLoadingEventHandler |