Class ErrorStatus
Represents a error status control
Inheritance
System.Object
ErrorStatus
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public class ErrorStatus : ContentControl
Constructors
ErrorStatus()
Creates a new instance of the ErrorStatus class.
Declaration
public ErrorStatus()
Fields
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
|