ReportDataSourceResultReportData Property |
Gets or sets the report data.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public DataTable ReportData { get; set; }
Public Property ReportData As DataTable
Get
Set
public:
property DataTable^ ReportData {
DataTable^ get ();
void set (DataTable^ value);
}
member ReportData : DataTable with get, set
Property Value
Type:
DataTableThe report data.
See Also