Class Fields
Inheritance
System.Object
Fields
Namespace: Syncfusion.Report.Processing.ObjectModel
Assembly: Syncfusion.SfReportViewer.UWP.dll
Syntax
public class Fields : Object, IReportDispose, IDisposable
Properties
Item[String]
Declaration
public Field this[string key] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Property Value
Type | Description |
---|---|
Field |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable