Class ReportDataResult
Inheritance
System.Object
ReportDataResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: BoldReports.Wpf.dll
Syntax
public class ReportDataResult
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 bool? HasQueryParameter { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsMultiselect
Declaration
public bool? IsMultiselect { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsTypeModified
Declaration
public 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 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> |
|