C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / ReportDefinition Property

In This Topic
ReportDefinition Property (FlexReport)
In This Topic
Gets or sets an XML string containing the complete report definition.
Syntax
'Declaration
 
Public Property ReportDefinition As String
 
Remarks
This property can be used to store report definitions into databases, to place them in the clipboard, or to copy reports from one FlexReport component to another.
See Also