The C1OlapPage type exposes the following members.

Constructors

  Name Description
Public method C1OlapPage
Initializes a new instance of a C1OlapPage.

Methods

  Name Description
Public method ClearValue
Clears the local value of a dependency property.
(Inherited from DependencyObject.)
Public method GetAnimationBaseValue
Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active.
(Inherited from DependencyObject.)
Public method GetValue
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject.)
Public method OnApplyTemplate
Builds the visual tree for the C1OlapPage control when a new template is applied.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().)
Public method ReadLocalValue
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject.)
Public method ReadXml(String)
Reads the control settings from a file.
Public method ReadXml(XmlReader)
Reads the control settings from an XmlReader.
Public method SetValue
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.)
Public method ShowReportOptions
Opens the report dialog which allows the user to customize the options for printing in C1Olap.
Public method WriteXml(String)
Saves the control settings into an Xml file.
Public method WriteXml(XmlWriter)
Saves the control settings into an XmlWriter.

Fields

  Name Description
Public field Static member ChartTotalsProperty
Identifies the ChartTotals dependency property.
Public field Static member ChartTypeProperty
Identifies the ChartType dependency property.
Public field Static member CollapsibleSubtotalsProperty
Identifies the CollapsibleSubtotals dependency property.
Public field Static member DataSourceProperty
Identifies the DataSource dependency property.
Public field Static member GroupAnnotationsProperty
Identifies the GroupAnnotations dependency property.
Public field Static member MaxPointsProperty
Identifies the MaxPoints dependency property.
Public field Static member MaxSeriesProperty
Identifies the MaxSeries dependency property.
Public field Static member PaletteProperty
Identifies the Palette dependency property.
Public field Static member ScrollPointsProperty
Identifies the ScrollPoints dependency property.
Public field Static member ShortcutsEnabledProperty
Identifies the ShortcutsEnabled dependency property.
Public field Static member ShowDetailOnRightClickProperty
Identifies the ShowDetailOnRightClick dependency property.
Public field Static member ShowGridLinesProperty
Identifies the ShowGridLines dependency property.
Public field Static member ShowLegendProperty
Identifies the ShowLegend dependency property.
Public field Static member ShowRawDataProperty
Identifies the ShowRawData dependency property.
Public field Static member ShowTitleProperty
Identifies the ShowTitle dependency property.
Public field Static member ShowTotalsColumnsProperty
Identifies the ShowTotalsColumns dependency property.
Public field Static member ShowTotalsRowsProperty
Identifies the ShowTotalsRows dependency property.
Public field Static member ShowUndoRedoProperty
Identifies the ShowUndoRedo dependency property.
Public field Static member ShowZerosProperty
Identifies the ShowZeros dependency property.
Public field Static member StackedProperty
Identifies the Stacked dependency property.
Public field Static member SubtotalBackgroundProperty
Identifies the SubtotalBackground dependency property.

Properties

  Name Description
Public property ChartTotals
Gets or sets whether the chart should include only totals.
Public property ChartType
Gets or sets the type of chart to create.
Public property CollapsibleSubtotals
Gets or sets a value that determines whether the grid should allow users to collapse and expand subtotal groups.
Public property DataSource
Gets or sets the object that contains the data to be analyzed.
Public property Dispatcher
Gets the Dispatcher this object is associated with.
(Inherited from DependencyObject.)
Public property GroupAnnotations
Gets or sets whether the chart should group axes annotations for grouped data.
Public property MainMenu
Gets a reference to the C1Menu that contains the main menu on the page.
Public property MaxPoints
Gets or sets the maximum number of points that will be shown in each series.
Public property MaxSeries
Gets or sets the maximum number of data series that will be shown in the chart.
Public property OlapChart
Gets the C1OlapChart used to display the Olap results.
Public property OlapEngine
Gets a reference to the C1OlapEngine that performs the Olap analysis for this C1OlapPage.
Public property OlapGrid
Gets the C1OlapGrid used to display the Olap results.
Public property OlapPanel
Gets the C1OlapPanel docked to the left of the page.
Public property Palette
Gets or sets the color scheme used for the data series.
Public property RawDataGrid
Gets the C1FlexGrid used to display raw data.
Public property ScrollPoints
Gets or sets whether the chart should display an axis scroll bar when the number of data points is greater than MaxPoints.
Public property ShortcutsEnabled
Gets or sets a value that determines whether the page should automatically handle shortcut keys (e.g. Ctrl+S to save a view, Ctrl+O to open a view, Ctrl+Y to undo, Ctrl+Z to redo).
Public property ShowDetailOnRightClick
Gets or sets a value that determines whether right-clicking the Olap grid should cause the control to display the raw records represented by the cell clicked.
Public property ShowGridLines
Gets or sets whether the chart should include gridlines along the X axis.
Public property ShowLegend
Gets or sets whether the chart should include a legend.
Public property ShowRawData
Gets or sets a value that determines whether the page should include a tab showing the raw data.
Public property ShowTitle
Gets or sets whether the chart should include a title.
Public property ShowTotalsColumns
Gets or sets a value that determines whether the Olap output table should include a column with the totals for each row.
Public property ShowTotalsRows
Gets or sets a value that determines whether the Olap output table should include a row with the totals for each column.
Public property ShowUndoRedo
Gets or sets a value that determines whether the toolbar should include undo/redo buttons.
Public property ShowZeros
Gets or sets a value that determines whether the Olap output table should use zeros to indicate missing values.
Public property Stacked
Gets or sets a value that determines whether the series should be stacked or placed side-by-side.
Public property SubtotalBackground
Gets or sets the brush used to paint the background of cells that contain totals.
Public property ViewDefinition
Gets or sets the Olap view definition as an Xml string.

Events

  Name Description
Public event DataSourceChanged
Occurs when the data source changes.
Public event LoadedFields
Fires after the OlapPanel finishes loading the fields for the current DataSource.
Public event Updated
Fires after the OlapPanel finishes the Olap analysis.
Public event Updating
Fires before the OlapPanel starts updating the output Olap table.
Public event ViewDefinitionChanged
Occurs when the view definition changes, before the output table is updated.

See Also