New to Telerik ReportingStart a free 30-day trial

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: TextContent

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

Converts the content data to a string representation.

C#
string AsString()
Returns:

string

A string representation of the content data.

In this article
DefinitionPropertiesDataMimeTypeMethodsAsString()
Not finding the help you need?
Contact Support