Class ReportInstanceKey
Inheritance
System.Object
ReportInstanceKey
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
public class ReportInstanceKey
Constructors
ReportInstanceKey(String, Dictionary<String, Object>)
Declaration
public ReportInstanceKey(string report, Dictionary<string, object> parameters)
Parameters
System.String
report
|
System.Collections.Generic.Dictionary<System.String, System.Object>
parameters
|
Properties
Parameters
Declaration
public Dictionary<string, object> Parameters { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.Object>
|
Report
Declaration
public string Report { get; set; }
Property Value
System.String
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()