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