Skip to main content

ReportStorageExtension.GetStandardUrlsSupported(ITypeDescriptorContext) Method

Determines whether standard URLs are supported.

Namespace: DevExpress.XtraReports.Extensions

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

NuGet Package: DevExpress.Win.Reporting

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