Class ReportResultAttribute
Inheritance
System.Object
ReportResultAttribute
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class ReportResultAttribute : Attribute
Constructors
ReportResultAttribute()
Declaration
public ReportResultAttribute()
ReportResultAttribute(Boolean)
Declaration
public ReportResultAttribute(bool autoReport)
Parameters
|
System.Boolean
autoReport
|
ReportResultAttribute(Type)
Declaration
public ReportResultAttribute(Type resultFormatterType)
Parameters
|
System.Type
resultFormatterType
|
ReportResultAttribute(Type, Boolean)
Declaration
public ReportResultAttribute(Type resultFormatterType, bool autoReport)
Parameters
|
System.Type
resultFormatterType
|
|
System.Boolean
autoReport
|
Properties
AutoReport
Declaration
public bool AutoReport { get; set; }
Property Value
|
System.Boolean
|