[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Custom

Custom Class

Represents a Custom element that allows report design tools to pass information to report output components. This element can contain any valid XML. The engine passes the contents of the Custom object unchanged. Client applications using the Custom element place custom properties under their own single subelement of Custom, defining a namespace for that node.

Inheritance
Custom
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class Custom

Constructors

Name Description
Custom()

Initializes a new instance of the Custom class.

Properties

Name Description
InnerXML

Gets or sets a custom inner XML.

Extension Methods