Class CustomViewModel
Inheritance
System.Object
CustomViewModel
Namespace: FastReport.Web.Services
Assembly: FastReport.OpenSource.Web.dll
Syntax
public sealed class CustomViewModel
Properties
Parameters
Declaration
public List<ParameterModel> Parameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ParameterModel> |
SqlQuery
Declaration
public string SqlQuery { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TableName
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |