Report.Index Property

Definition

Gets or sets the specified value of the index.

public:
 property int Index { int get(); void set(int value); };
[System.ComponentModel.DefaultValue(-1)]
[System.Xml.Serialization.XmlAttribute]
public int Index { get; set; }
[<System.ComponentModel.DefaultValue(-1)>]
[<System.Xml.Serialization.XmlAttribute>]
member this.Index : int with get, set
Public Property Index As Integer

Property Value

An integer value of the index.

Attributes

Applies to