[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CustomReportItem.InnerXml

InnerXml Property

InnerXml

Gets or sets a XML representation of the custom report item.

Declaration
public string InnerXml { get; set; }
Property Value
Type Description
string

A string value containing XML content representing the custom report item.

Remarks

This contains all of the XML content inside the CustomReportItem element.

Examples
CustomReportItem customReportItem = new CustomReportItem();
customReportItem.InnerXml = "<CustomReportItem><Property1>Value1</Property1></CustomReportItem>";