Class DataSourcesVM
Inheritance
System.Object
DataSourcesVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class DataSourcesVM : CloudBaseVM
Properties
Count
Declaration
public long Count { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
DataSources
Declaration
public System.Collections.Generic.ICollection<DataSourceVM> DataSources { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<DataSourceVM> |
|
Skip
Declaration
public int Skip { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Take
Declaration
public int Take { get; set; }
Property Value
Type |
Description |
System.Int32 |
|