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

ReportStorageExtension.GetStandardUrlsSupported(ITypeDescriptorContext) Method

Determines whether standard URLs are supported.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public virtual bool GetStandardUrlsSupported(
    ITypeDescriptorContext context
)

Parameters

Name Type Description
context ITypeDescriptorContext

An object implementing the ITypeDescriptorContext interface.

Returns

Type Description
Boolean

true if standard URLs are supported; otherwise, false.

Remarks

For a code example, see Custom Report Storage.

See Also