Class StorageItemTypes
Inheritance
System.Object
StorageItemTypes
Namespace: BoldReports.UI.Xaml
Assembly: BoldReports.UWP.dll
Syntax
public sealed class StorageItemTypes : Enum
Fields
All
Represents a combination of all storage item types: Report and SearchText.
Declaration
public const StorageItemTypes All
Field Value
| Type | Description |
|---|---|
| StorageItemTypes | This is used to identify combined storage items including both report and search text data. |
Report
Represents cached reports.
Declaration
public const StorageItemTypes Report
Field Value
| Type | Description |
|---|---|
| StorageItemTypes | This is used to identify storage items related to report caching. |
SearchText
Represents stored search text data.
Declaration
public const StorageItemTypes SearchText
Field Value
| Type | Description |
|---|---|
| StorageItemTypes | This is used to identify storage items related to searchable text. |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |