ComponentOne FlexReport for UWP
ReportDefinition Property

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > C1FlexReport Class : ReportDefinition Property
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 C1FlexReport component to another.
See Also

Reference

C1FlexReport Class
C1FlexReport Members