ActiveReports Developer 7
DataSchema Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : DataSchema Property

Glossary Item Box

Gets or sets the schema or namespace to use for an exported report.

Syntax

Visual Basic (Declaration) 
Public Property DataSchema As System.String
C# 
public System.string DataSchema {get; set;}

Property Value

A String indicating the schema or namespace to use for an exported report.

See Also