ReportStorageExtension.GetStandardUrlsSupported(ITypeDescriptorContext) Method
In This Article
Determines whether standard URLs are supported.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
public virtual bool GetStandardUrlsSupported(
ITypeDescriptorContext context
)
#Parameters
Name | Type | Description |
---|---|---|
context | IType |
An object implementing the IType |
#Returns
Type | Description |
---|---|
Boolean | true if standard URLs are supported; otherwise, false. |
#Remarks
For a code example, see Custom Report Storage.
See Also