New to Telerik ReportingStart a free 30-day trial

Marks a property whose JSON value is a name-reference (string) that identifies an object defined elsewhere in the same report-item definition.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public sealed class AIAssistantByRefAttribute : Attribute

Inheritance: objectAttributeAIAssistantByRefAttribute

Constructors

Initialises the attribute with the JSON Pointer path of the collection that holds the objects that can be referenced.

C#
public AIAssistantByRefAttribute(string collectionPath)
Parameters:collectionPathstring

JSON Pointer path from the root of the enclosing definition to the collection whose items may be referenced, e.g. "/Axes".

Properties

Gets the JSON Pointer path to the collection that contains the objects that can be referenced by name.

C#
public string CollectionPath { get; }