New to Telerik ReportingStart a free 30-day trial

Telerik internal use only.

Definition

Namespace:Telerik.Reporting.Common

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class LicenseInfo

Inheritance: objectLicenseInfo

Constructors

C#
public LicenseInfo()

Properties

C#
public string ActionLink { get; set; }
C#
public string ActionMessage { get; set; }
C#
public string CallToActionLink { get; set; }
C#
public string CallToActionMessage { get; set; }

Expiration

DateTime?

C#
public DateTime? Expiration { get; set; }
C#
public bool IsValid { get; set; }

Message

string

C#
public string Message { get; set; }
C#
public int MessageIcon { get; set; }
C#
public string StatusCode { get; set; }

Title

string

C#
public string Title { get; set; }
C#
public LicenseType Type { get; set; }