Class JsonDataProviderOptions
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents configuration options for a JSON data provider.
public class JsonDataProviderOptions
- Inheritance
-
JsonDataProviderOptions
- Inherited Members
Properties
FileProvider
Gets or sets the NetworkFileProvider used to retrieve network files. If the file provider is not set, a new instance will be created upon access.
public NetworkFileProvider FileProvider { get; set; }