ReportStorageExtension.GetStandardUrlsSupported(ITypeDescriptorContext) Method
Determines whether standard URLs are supported.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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