FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport 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 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