The C1OlapPanel type exposes the following members.

Constructors

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

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 C1OlapPanel 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 SetValue
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.)

Fields

  Name Description
Public field Static member DataSourceProperty
Identifies the DataSource 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 ShowZerosProperty
Identifies the ShowZeros dependency property.

Properties

  Name Description
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 OlapEngine
Gets a reference to the C1OlapEngine that performs the Olap analysis for this C1OlapPanel.
Public property OlapTable
Gets a reference to the DataTable that contains the output of the Olap analysis.
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 ShowZeros
Gets or sets a value that determines whether the Olap output table should use zeros to indicate missing values.
Public property ViewDefinition
Gets or sets an XML string containing an Olap view definition.

Events

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

See Also