The C1OlapPanel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1OlapPanel |
Initializes a new instance of a C1OlapPanel.
|
Methods
Name | Description | |
---|---|---|
![]() |
ClearValue |
Clears the local value of a dependency property. (Inherited from DependencyObject.) |
![]() |
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.) |
![]() |
GetValue |
Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject.) |
![]() |
OnApplyTemplate |
Builds the visual tree for the C1OlapPanel control when a new template is applied.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().) |
![]() |
ReadLocalValue |
Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject.) |
![]() |
SetValue |
Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() |
DataSourceProperty |
Identifies the DataSource dependency property.
|
![]() ![]() |
ShowTotalsColumnsProperty |
Identifies the ShowTotalsColumns dependency property.
|
![]() ![]() |
ShowTotalsRowsProperty |
Identifies the ShowTotalsRows dependency property.
|
![]() ![]() |
ShowZerosProperty |
Identifies the ShowZeros dependency property.
|
Properties
Name | Description | |
---|---|---|
![]() |
DataSource |
Gets or sets the object that contains the data to be analyzed.
|
![]() |
Dispatcher |
Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
![]() |
OlapEngine |
Gets a reference to the C1OlapEngine that performs
the Olap analysis for this C1OlapPanel.
|
![]() |
OlapTable |
Gets a reference to the DataTable that contains the
output of the Olap analysis.
|
![]() |
ShowTotalsColumns |
Gets or sets a value that determines whether the Olap output table should include a column with the totals for each row.
|
![]() |
ShowTotalsRows |
Gets or sets a value that determines whether the Olap output table should include a row with the totals for each column.
|
![]() |
ShowZeros |
Gets or sets a value that determines whether the Olap output table should use zeros to indicate missing values.
|
![]() |
ViewDefinition |
Gets or sets an XML string containing an Olap view definition.
|
Events
Name | Description | |
---|---|---|
![]() |
DataSourceChanged |
Occurs when the data source changes.
|
![]() |
LoadedFields |
Occurs after the OlapEngine finishes loading the fields for
the current DataSource.
|
![]() |
Updated |
Occurs after the OlapEngine finishes the Olap analysis.
|
![]() |
Updating |
Occurs before the OlapEngine starts updating the output Olap table.
|
![]() |
ViewDefinitionChanged |
Occurs when the view definition changes, before the output table is updated.
|