ReportStorageExtension.GetStandardUrls(ITypeDescriptorContext) Method
Returns the array of the existing report URLs.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v20.2.Extensions.dll
Declaration
public virtual string[] GetStandardUrls(
ITypeDescriptorContext context
)
Public Overridable Function GetStandardUrls(
context As ITypeDescriptorContext
) As String()
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
Feedback