Gets the version of Report Definition Language (RDL) implemented by the current component.

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

Syntax

C#
[BrowsableAttribute(false)]
public abstract RdlFormatVersion RdlVersion { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public MustOverride ReadOnly Property RdlVersion As RdlFormatVersion
	Get

See Also