ActiveReports Developer 7
InnerXml Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CustomReportItem Class : InnerXml Property

Glossary Item Box

Gets or sets the XML representation of the custom report item. This contains all of the XML content inside the CustomReportItem element.

Syntax

Visual Basic (Declaration) 
Public Property InnerXml As System.String
C# 
public System.string InnerXml {get; set;}

Property Value

A String containing XML information representing the custom report item.

See Also