New to Telerik ReportingStart a free 30-day trial

Internal use only

Definition

Properties

Internal use only

C#
[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.

C#
public CultureInfo Culture { get; }
Property Value:

An CultureInfo instance associated with this item.

Gets the IDataObject that is bound to this report item.

C#
public IDataObject DataObject { get; }
Property Value:

An IDataObject associated with this item.

Exception

Exception

Gets or sets the exception that has occurred during the processing.

C#
public Exception Exception { get; set; }
Remarks:

Use this property in a ErrorEventHandler handler to inspect or clear the current processing error.

Name

string

Internal use only

C#
public virtual string Name { get; }

Gets the Parent element. Made obsolete in 2012 Q2.

C#
[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.

C#
public Report Report { get; }
Remarks:

Nested report's Report points to itself - not the master report.

Internal use only

C#
protected virtual bool ThrowWhenBindingUnsuccessful { get; }

Methods

Internal use only

C#
protected virtual object ConvertBoundValue(PropertyInfo property, object value)
Parameters:propertyPropertyInfovalueobjectReturns:

object

Internal use only

C#
protected override void Dispose(bool disposing)
Parameters:disposingbool

Overrides: LayoutElement.Dispose(bool)

Internal use only

C#
protected virtual void OnError(Exception ex)
Parameters:exException

Internal use only

C#
public override string ToString()
Returns:

string

Overrides: LayoutElement.ToString()