Class DataAlertRule
Specifies a data alert rule.
Inheritance
System.Object
DataAlertRule
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.ReportServer.Services.Models
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public class DataAlertRule
Constructors
DataAlertRule()
Declaration
public DataAlertRule()
Properties
Clauses
Specifies a list of Clauses.
Declaration
public List<Clause> Clauses { get; set; }
Property Value
System.Collections.Generic.List<Clause>
|
DataItemName
Specifies the name of the data item.
Declaration
public string DataItemName { get; set; }
Property Value
System.String
|
Index
Specifies a zero-based index that should be referring to a report in the reports collection. The data alert rule applies to the referred report.
Declaration
public int Index { get; set; }
Property Value
System.Int32
|