Gets or sets an XML string containing an Olap view definition.

Namespace:  C1.Silverlight.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public string ViewDefinition { get; set; }
Visual Basic
Public Property ViewDefinition As String
	Get
	Set

Remarks

This property is typically used to persist the current view as an application setting, so views are preserved across sessions.

Examples

The code below loads an Olap view from the application settings when the application starts, and saves them back when the application ends.
Copy CodeC#

See Also