ComponentOne FlexReport for WinForms
ReportDefinition Property

C1.Win.FlexReport.4 Assembly > C1.Win.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