Skip to main content
A newer version of this page is available. .

DataSchemaProvider.GetStorageViewsList() Method

Returns the list of data views available in the storage.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public string[] GetStorageViewsList()

Returns

Type Description
String[]

An array of String values.

See Also