Skip to main content

ReportStorageExtension.GetStandardUrls(ITypeDescriptorContext) Method

Returns the array of the existing report URLs.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v23.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public virtual string[] GetStandardUrls(
    ITypeDescriptorContext context
)

Parameters

Name Type Description
context ITypeDescriptorContext

An object implementing the ITypeDescriptorContext interface.

Returns

Type Description
String[]

An array of String values specifying the report URLs.

Remarks

For a code example, see Custom Report Storage.

See Also