Class ReportInfo
Inheritance
System.Object
ReportInfo
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class ReportInfo : System.ComponentModel.INotifyPropertyChanged
Properties
Author
Declaration
public string Author { get; set; }
Property Value
Type |
Description |
System.String |
|
Created
Declaration
public System.DateTime Created { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
CreatorVersion
Declaration
public string CreatorVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Modified
Declaration
public System.DateTime Modified { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Picture
Declaration
public byte[] Picture { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
PreviewPictureRatio
Declaration
public float PreviewPictureRatio { get; set; }
Property Value
Type |
Description |
System.Single |
|
SaveMode
Declaration
public SaveMode SaveMode { get; set; }
Property Value
SavePreviewPicture
Declaration
public bool SavePreviewPicture { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Tag
Declaration
public string Tag { get; set; }
Property Value
Type |
Description |
System.String |
|
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
RaisePropertyChanged(String)
Declaration
protected virtual void RaisePropertyChanged(string propertyName = null)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
PropertyChanged
Declaration
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|