TabularSource.AdditionalColumns Property

Definition

Gets or sets specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

[Newtonsoft.Json.JsonProperty(PropertyName="additionalColumns")]
public object AdditionalColumns { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="additionalColumns")>]
member this.AdditionalColumns : obj with get, set
Public Property AdditionalColumns As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to