Class
XmlReportSource

Represents a report source that contains the XML markup of a report document.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class XmlReportSource : ReportSource

Inheritance: objectReportSourceXmlReportSource

Inherited Members ReportSource.Parameters

Constructors

XmlReportSource()

Initializes a new instance of the XmlReportSource class.

Declaration

cs-api-definition
public XmlReportSource()

Properties

Xml

Gets or sets the XML markup of a IReportDocument.

Declaration

cs-api-definition
public string Xml { get; set; }

Property Value

string

Remarks

This property can accept an expression when the report source is used in a SubReport item or a NavigateToReportAction.

Methods

Equals(object)

Determines whether this instance and a specified object have the same value.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with this instance.

Returns

bool

true if obj is an XmlReportSource and its value is the same as this instance; otherwise, false.

Overrides ReportSource.Equals(object)

GetHashCode()

Returns the hash code for this XmlReportSource.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A 32-bit signed integer hash code.

Overrides ReportSource.GetHashCode()

ToString()

Returns a string that represents the current XmlReportSource.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents the Xml of this XmlReportSource.

Overrides ReportSource.ToString()