
| Visual Basic (Declaration) | |
|---|---|
Public Class PivotView Inherits System.Windows.Controls.UserControl | |
| C# | |
|---|---|
public class PivotView : System.Windows.Controls.UserControl | |
You have to register the CoreHandler HTTP handler at the server side to make the PivotView work.
The PivotView class allows customization of various UI elements through the use of properties such as CardLayout, GridHeadersStyle, TotalsPlacement. It is possible to configure availability of UI features using Permissions property. You can use PivotView control to analyze data from a database, OLAP cube, memory, locally saved cube, XML or text file. You can set the DataSource property to bind the PivotView control to a data source. The PivotView class has undo/redo feature. See Undo, Redo methods. To control the behavior of the PivotView you can use AutoRefreshGrid members. To change a view by program you can use BeginLayoutUpdate(String) method. See GrapeCity.ActiveAnalysis.Layout.ILayoutActions interface description.
To license this control you have to instruct compiler to license the AnalysisSilverlightLicensingControl at the server side.
You can handle errors that occurs inside the PivotView using the GrapeCity.ActiveAnalysis.ExceptionHelper class.
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.UserControl
GrapeCity.ActiveAnalysis.Silverlight.PivotView
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2