Class TopNInfo.ItemInfo
Stores the properties of TopN item.
Inheritance
System.Object
TopNInfo.ItemInfo
Namespace: FastReport.AdvMatrix
Assembly: FastReport.dll
Syntax
public class ItemInfo
Properties
Name
Gets or sets the Name of the header descriptor item.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Gets or set the text of this item. Applicable to "Total" items.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visible
Gets or set the initial visibility of this item.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |