The ReportFormat type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | Lookup |
Looks up for the appropriate ReportFormat by string value.
|
![]() | ToQueryString |
Returns String representation of enumerated value in form Key=Value (Inherited from BluefinEnumeration.) |
![]() | ToString |
Returns incapsulated string value.
(Inherited from BluefinEnumeration.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | CSV | Comma-separated variable-width formatted file. |
![]() ![]() | JSON | JavaScript Object Notation formatted file. |
![]() ![]() | XML | Extended markup language formatted file. |
Properties
Name | Description | |
---|---|---|
![]() | Key |
Get string key assosiated with ReportFormat instance.
(Overrides BluefinEnumeration Key.) |
![]() | Value |
Returns incapsulated string value.
(Inherited from BluefinEnumeration.) |
See Also