Provides metadata information about the index of record items for report generation.
| C# | Visual Basic | Visual C++ |
public class RecordItemIndex : SimpleReportMetadata
Public Class RecordItemIndex _ Inherits SimpleReportMetadata
public ref class RecordItemIndex : public SimpleReportMetadata
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| RecordItemIndex(Int32) |
Initializes a new instance of the RecordItemIndex class.
| |
| Add(String, String) |
Adds the specified key-value pair to the meta data of this instance.
(Inherited from SimpleReportMetadata.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetMetaInfos()()() |
Returns a (non read-only!) dictionary of String key-value pairs
specifying meta data for a report.
(Inherited from SimpleReportMetadata.) | |
| GetType()()() | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | ||
| SimpleReportMetadata | ||
| RecordItemIndex | ||
