|
Ofcas.Lk.Api.V3
3.0.0.98
|
ReportItem represents an available report. Available reports can be received with the method Project.GetAvailableUserReports. More...
Public Attributes | |
| int | Id => InfoInternal.Id |
| The unique report id. The report id defines the type of print. Positive report ids are V7 reports. Every negative report id are V8 reports. V7 are old printouts without database logic. V8 uses databases structures in combination with List and Label. More... | |
| string | Name => InfoInternal.Name |
| The report name. More... | |
| int | Rank => InfoInternal.Rank |
| Specify the rank of the report in the list of reports. More... | |
| bool | Favorite => InfoInternal.Favorite |
| The report is a favorite. More... | |
ReportItem represents an available report. Available reports can be received with the method Project.GetAvailableUserReports.
| bool Ofcas.Lk.Api.Core.ReportItem.Favorite => InfoInternal.Favorite |
The report is a favorite.
| int Ofcas.Lk.Api.Core.ReportItem.Id => InfoInternal.Id |
The unique report id. The report id defines the type of print. Positive report ids are V7 reports. Every negative report id are V8 reports. V7 are old printouts without database logic. V8 uses databases structures in combination with List and Label.
| string Ofcas.Lk.Api.Core.ReportItem.Name => InfoInternal.Name |
The report name.
| int Ofcas.Lk.Api.Core.ReportItem.Rank => InfoInternal.Rank |
Specify the rank of the report in the list of reports.