ReportStorageExtension.CanSetData(String) Method
Determines whether it is allowed to store a report in a Report Storage, using the specified URL.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v20.2.Extensions.dll
Declaration
public virtual bool CanSetData(
string url
)
Public Overridable Function CanSetData(
url As String
) As Boolean
Parameters
Name | Type | Description |
---|---|---|
url | String | A String specifying the URL to store a report. |
Returns
Type | Description |
---|---|
Boolean | true if it is allowed to store a report using the specified URL; otherwise, false. |
Remarks
If the CanSetData method returns true, it is allowed to store a report using the ReportStorageExtension.SetData method.
For a code example, see Custom Report Storage.
Implements
DevExpress.XtraReports.Native.IReportStorageTool.CanSetData(String)
See Also
Feedback