Click or drag to resize

ReportDataSourceType Enumeration

Report data source type.

Namespace:  Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public enum ReportDataSourceType
Members
  Member nameValueDescription
SqlQuery0 The SQL query report data source.
StoredProcedure1 The stored procedure report data source.
See Also