Gets or sets the schema or namespace to use for the report data rendering.

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

Syntax

C#
[BrowsableAttribute(false)]
public string DataSchema { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property DataSchema As String
	Get
	Set

See Also