Class ReportItem
Inheritance
System.Object
ReportItem
Assembly: FastReport.Service.dll
Syntax
[DataContract]
public class ReportItem
Properties
Description
Declaration
[DataMember]
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
ID
Declaration
[DataMember]
public string ID { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Parameters
Declaration
[DataMember]
public Dictionary<string, string> Parameters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
Path
Declaration
[DataMember]
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|