ProcessingElement
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
public abstract class ProcessingElement : VisualElement
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElement
Derived Classes:
Inherited Members
Properties
Internal use only
[Obsolete("The Telerik.Reporting.Processing.ProcessingElement.ChildElements property is now obsolete. Use Telerik.Reporting.Processing.ElementTreeHelper.GetChildElements() method instead.")]
public ProcessingElement.ElementCollection ChildElements { get; }
Culture
CultureInfo
Gets the CultureInfo instance associated with this report item.
public CultureInfo Culture { get; }
An CultureInfo instance associated with this item.
Gets the IDataObject that is bound to this report item.
Exception
Exception
Gets or sets the exception that has occurred during the processing.
public Exception Exception { get; set; }
Use this property in a ErrorEventHandler handler to inspect or clear the current processing error.
Name
string
Internal use only
public virtual string Name { get; }
Gets the Parent element. Made obsolete in 2012 Q2.
[Obsolete("The Telerik.Reporting.Processing.ProcessingElement.Parent property is now obsolete. Use the ParentElement property instead (derived from Telerik.Reporting.Processing.LayoutElement class).")]
public ProcessingElement Parent { get; }
Gets the parent Report item.
public Report Report { get; }
Nested report's Report points to itself - not the master report.
Internal use only
protected virtual bool ThrowWhenBindingUnsuccessful { get; }
Methods
Internal use only
protected virtual object ConvertBoundValue(PropertyInfo property, object value)
object
Internal use only
protected override void Dispose(bool disposing)
Overrides:
Internal use only
protected virtual void OnError(Exception ex)
ToString()
string
Internal use only
public override string ToString()
string
Overrides: