IContent
Interface
Represents a content object with data and type information.
Definition
Namespace:Telerik.Reporting.AI
Assembly:Telerik.Reporting.dll
Syntax:
C#
public interface IContent
Derived Classes:
Properties
Data
object
Gets the content data.
C#
object Data { get; }
MimeType
string
Gets the MIME type of the content.
C#
string MimeType { get; }
Methods
AsString()
string
Converts the content data to a string representation.
C#
string AsString()
string
A string representation of the content data.