A simple implementation of the IReportMetadata interface
allowing an easy construction of report meta data.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class SimpleReportMetadata : IReportMetadata
<SerializableAttribute> _ Public Class SimpleReportMetadata _ Implements IReportMetadata
[SerializableAttribute] public ref class SimpleReportMetadata : IReportMetadata
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| SimpleReportMetadata()()() |
Initializes a new instance of the SimpleReportMetadata class.
| |
| SimpleReportMetadata(String, String) |
Initializes a new instance of the SimpleReportMetadata class
with a single meta data key-value pair.
| |
| SimpleReportMetadata(IDictionary<(Of <(String, String>)>)) |
Initializes a new instance of the SimpleReportMetadata class
containing the specified meta data.
| |
| Add(String, String) |
Adds the specified key-value pair to the meta data of this instance.
| |
| 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.
| |
| 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 | ||
