Schema Property (IQueryDesignerHost)
In This Topic
Gets the database schema associated with the query designer host.
Syntax
'Declaration
ReadOnly Property Schema As DataSchema
Property Value
A
GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel.DataSchema object representing the schema.
See Also