Gets or sets an Xml string containing the complete report definition.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
[DefaultValueAttribute(null)]
[BrowsableAttribute(false)]
public string ReportDefinition { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<DefaultValueAttribute(Nothing)> _
<BrowsableAttribute(False)> _
Public Property ReportDefinition As String
	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 C1Report component to another.

See Also