ReportDataSourceReportDataSourceType Property |
Gets or sets the type of the report 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 ReportDataSourceType ReportDataSourceType { get; set; }
Public Property ReportDataSourceType As ReportDataSourceType
Get
Set
public:
property ReportDataSourceType ReportDataSourceType {
ReportDataSourceType get ();
void set (ReportDataSourceType value);
}
member ReportDataSourceType : ReportDataSourceType with get, set
Property Value
Type:
ReportDataSourceTypeThe type of the report data source.
See Also