New to Telerik ReportingStart a free 30-day trial

Used to specify the usage and the design time description of the aggregate function parameter.

Definition

Namespace:Telerik.Reporting.Expressions

Assembly:Telerik.Reporting.dll

Syntax:

C#
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class AggregateFunctionParameterAttribute : Attribute

Inheritance: objectAttributeAggregateFunctionParameterAttribute

Constructors

C#
public AggregateFunctionParameterAttribute()

Properties

Gets or sets the description of the aggregate function parameter as it should be used in the expressions.

C#
public string Description { get; set; }

Name

string

Gets or sets the name of the aggregate function parameter as it should be used in the expressions.

C#
public string Name { get; set; }

Gets or sets the zero-based position of the aggregate function parameter as it should be used in the expressions.

C#
public int Position { get; set; }

Gets or sets the type of the aggregate function parameter as it should be used in the expressions.

C#
public Type PropertyType { get; set; }

Methods

Indicates whether this attribute instance and a specified object are equal.

C#
public override bool Equals(object obj)
Parameters:objobject

Another object to compare to.

Returns:

bool

true if obj is equal to this instance; otherwise, false.

Overrides: Attribute.Equals(object)

Returns the hash code for this attribute instance.

C#
public override int GetHashCode()
Returns:

int

A 32-bit signed integer hash code.

Overrides: Attribute.GetHashCode()