Class ReportDataResult
Inheritance
System.Object
ReportDataResult
Assembly: BoldReports.Web.dll
Syntax
public class ReportDataResult : Object
Constructors
ReportDataResult()
Declaration
public ReportDataResult()
Properties
Aggregate
Declaration
public string Aggregate { get; set; }
Property Value
Type |
Description |
System.String |
|
ChartData
Declaration
public string ChartData { get; set; }
Property Value
Type |
Description |
System.String |
|
DataColumns
Declaration
public List<dynamic> DataColumns { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Object> |
|
DataRows
Declaration
public List<dynamic> DataRows { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Object> |
|
DataType
Declaration
public string DataType { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
GaugeData
Declaration
public string GaugeData { get; set; }
Property Value
Type |
Description |
System.String |
|
HasQueryParameter
Declaration
public Nullable<bool> HasQueryParameter { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsMultiselect
Declaration
public Nullable<bool> IsMultiselect { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsTypeModified
Declaration
public Nullable<bool> IsTypeModified { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Lables
Declaration
public IList<string> Lables { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
MapData
Declaration
public string MapData { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Nullable
Declaration
public Nullable<bool> Nullable { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Prompt
Declaration
public string Prompt { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedItems
Declaration
public IList<string> SelectedItems { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Values
Declaration
public IList<string> Values { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|