Class ErrorStatus
Represents a error status control
Inheritance
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public class ErrorStatus : ContentControl
Constructors
ErrorStatus()
Creates a new instance of the ErrorStatus class.
Declaration
public ErrorStatus()
Fields
CurrentDataContextProperty
Helper dependency property identifying the DataContext changes. Internal use only.
Declaration
public static readonly DependencyProperty CurrentDataContextProperty
Field Value
System.Windows.DependencyProperty
|
PropertyNameProperty
Defines the ReportName dependency property.
Declaration
public static readonly DependencyProperty PropertyNameProperty
Field Value
System.Windows.DependencyProperty
|
Properties
PropertyName
Specifies the name of the property which errors should be displayed by the error status.
Declaration
public string PropertyName { get; set; }
Property Value
System.String
|