New to Telerik ReportingStart a free 30-day trial

Represents a processing report item.

Definition

Properties

Gets or sets the accessible description for the current report item.

C#
public string AccessibleDescription { get; set; }

Gets or sets the accessible role for the current report item.

C#
public string AccessibleRole { get; set; }

Gets or sets an interactive action associated with this processing instance of the item.

C#
public IAction Action { get; set; }

Gets or sets the current report item's AI description, adding context for the model used in the GenAI-powered preview insights.

C#
public string AIDescription { get; set; }

Bookmark

string

Gets or sets a bookmark label to be displayed for the processing instance of this item.

C#
public string Bookmark { get; set; }

Gets or sets a bookmark id for this processing instance of the item.

C#
public string BookmarkId { get; set; }

Gets or sets a text to be displayed in the document map for this processing instance of the item.

C#
public string DocumentMapText { get; set; }
C#
public bool IsRepeated { get; set; }

Internal use only

C#
public string ItemDataBindingMethodName { get; set; }

Internal use only

C#
public string ItemDataBoundMethodName { get; set; }

Internal use only

C#
public ReportItemBase ItemDefinition { get; }

Name

string

Internal use only

C#
public override string Name { get; }

Overrides: ProcessingElement.Name

TocLevel

string

Gets or sets the level for this processing item instance in the table of contents.

C#
public string TocLevel { get; set; }

TocText

string

Gets or sets a text to be displayed in the table of contents for this processing instance of the item.

C#
public string TocText { get; set; }

Methods

Internal use only

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

Overrides: ProcessingElement.Dispose(bool)

Internal use only

C#
protected virtual void InitializeDefinitionBasedProperties(ReportObject store)
Parameters:storeReportObject

Internal use only

C#
protected virtual void ProcessAccessibleDescription()

Internal use only

C#
protected virtual void ProcessAccessibleRole()

Internal use only

C#
protected virtual void ProcessAIDescription()

Internal use only

C#
protected bool TryExecuteMethodByName(string methodName)
Parameters:methodNamestringReturns:

bool