ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / ReportDefinition Property

In This Topic
    ReportDefinition Property
    In This Topic
    Gets or sets an Xml string containing the complete report definition.
    Syntax
    'Declaration
     
    Public Property ReportDefinition As System.String
    public System.string ReportDefinition {get; set;}
    Remarks
    This property can be used to store report definitions into databases, to place them in the clipboard, or to copy reports from one C1Report component to another.
    See Also