Class ReportData
Inheritance
System.Object
ReportData
Assembly: BoldReports.Web.dll
Syntax
public class ReportData : Object
Constructors
ReportData()
Declaration
Properties
Data
Declaration
public Dictionary<string, object> Data { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
HashTable
Declaration
public Hashtable HashTable { get; set; }
Property Value
Type |
Description |
System.Collections.Hashtable |
|
ObjectData
Declaration
public object ObjectData { get; set; }
Property Value
Type |
Description |
System.Object |
|
Methods
Dispose()
Declaration