ReportDataControllerToDocumentCheck Method |  |
Check to create report document
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic string ToDocumentCheck(
int pID
)
Public Function ToDocumentCheck (
pID As Integer
) As String
Parameters
- pID
- Type: SystemInt32
Report ID
Return Value
Type:
StringIf there is no message, then everything is fine.
See Also