FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / ReportDefinition Property

In This Topic
    ReportDefinition Property (C1FlexReport)
    In This Topic
    Gets or sets an XML string containing the complete report definition.
    Syntax
    'Declaration
     
    Public Property ReportDefinition As String
    public 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 C1FlexReport component to another.
    See Also