A server-side control used to display a report preview.
Name | Description |
---|---|
ReportViewer() |
Initializes a new ReportViewer class instance. |
Name | Description |
---|---|
BeforeInitialize |
Specifies the JavaScript function's name or the entire code which is executed before the ReportViewer control is initialized. |
Comparer |
Gets the (Inherited from Dictionary<TKey,TValue>)
|
Count |
Gets the number of key/value pairs contained in the (Inherited from Dictionary<TKey,TValue>)
|
ICollection.IsSynchronized |
Gets a value that indicates whether access to the (Inherited from Dictionary<TKey,TValue>)
|
ICollection.SyncRoot |
Gets an object that can be used to synchronize access to the (Inherited from Dictionary<TKey,TValue>)
|
IDictionary.IsFixedSize |
Gets a value that indicates whether the (Inherited from Dictionary<TKey,TValue>)
|
IDictionary.IsReadOnly |
Gets a value that indicates whether the (Inherited from Dictionary<TKey,TValue>)
|
IDictionary.Item[Object] |
Gets or sets the value with the specified key.
(Inherited from Dictionary<TKey,TValue>)
|
IDictionary.Keys |
Gets an (Inherited from Dictionary<TKey,TValue>)
|
IDictionary.Values |
Gets an (Inherited from Dictionary<TKey,TValue>)
|
Item[String] |
Gets or sets the value associated with the specified key.
(Inherited from Dictionary<TKey,TValue>)
|
Keys |
Gets a collection containing the keys in the (Inherited from Dictionary<TKey,TValue>)
|
OnCustomize |
Specifies the JavaScript function's name or the entire code which customizes the ReportViewer control. |
ReportHandlerUri |
For internal use. |
ReportKeyPropertyName |
For internal use. |
Values |
Gets a collection containing the values in the (Inherited from Dictionary<TKey,TValue>)
|
Name | Description |
---|---|
Add(String, Object) |
Adds the specified key and value to the dictionary.
(Inherited from Dictionary<TKey,TValue>)
|
Clear() |
Removes all keys and values from the (Inherited from Dictionary<TKey,TValue>)
|
ContainsKey(String) |
Determines whether the (Inherited from Dictionary<TKey,TValue>)
|
ContainsValue(Object) |
Determines whether the (Inherited from Dictionary<TKey,TValue>)
|
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from Object)
|
Equals(Object, Object) |
Determines whether the specified object instances are considered equal.
(Inherited from Object)
|
GetEnumerator() |
Returns an enumerator that iterates through the (Inherited from Dictionary<TKey,TValue>)
|
GetHashCode() |
Serves as the default hash function.
(Inherited from Object)
|
GetObjectData(SerializationInfo, StreamingContext) |
Implements the (Inherited from Dictionary<TKey,TValue>)
|
GetType() |
Gets the (Inherited from Object)
|
ICollection.CopyTo(Array, Int32) |
Copies the elements of the (Inherited from Dictionary<TKey,TValue>)
|
IDictionary.Add(Object, Object) |
Adds the specified key and value to the dictionary.
(Inherited from Dictionary<TKey,TValue>)
|
IDictionary.Contains(Object) |
Determines whether the (Inherited from Dictionary<TKey,TValue>)
|
IDictionary.GetEnumerator() |
Returns an (Inherited from Dictionary<TKey,TValue>)
|
IDictionary.Remove(Object) |
Removes the element with the specified key from the (Inherited from Dictionary<TKey,TValue>)
|
IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through the collection.
(Inherited from Dictionary<TKey,TValue>)
|
MemberwiseClone() |
Creates a shallow copy of the current (Inherited from Object)
|
OnDeserialization(Object) |
Implements the (Inherited from Dictionary<TKey,TValue>)
|
ReferenceEquals(Object, Object) |
Determines whether the specified (Inherited from Object)
|
Remove(String) |
Removes the value with the specified key from the (Inherited from Dictionary<TKey,TValue>)
|
ToString() |
Returns a string that represents the current object.
(Inherited from Object)
|
TryGetValue(String, Object) |
Gets the value associated with the specified key.
(Inherited from Dictionary<TKey,TValue>)
|