ClassErrorStatus
Class
Represents a error status control
Definition
Namespace:Telerik.ReportViewer.Wpf
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
cs-api-definition
public class ErrorStatus : ContentControl
Inheritance: objectDispatcherObjectDependencyObjectVisualUIElementFrameworkElementControlContentControlErrorStatus
Constructors
ErrorStatus()
Creates a new instance of the ErrorStatus class.
Declaration
cs-api-definition
public ErrorStatus()
Fields
PropertyNameProperty
Defines the ReportName dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty PropertyNameProperty
Field Value
DependencyProperty
Properties
PropertyName
Specifies the name of the property which errors should be displayed by the error status.
Declaration
cs-api-definition
public string PropertyName { get; set; }
Property Value
string