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 attempt to free resources and perform other cleanup operations before the Object 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()()() | (Inherited from Object.) |
| Object | ||
| SimpleReportMetadata | ||
| RecordItemIndex | ||
