ReportToDocumentCheckTemplate Method |  |
Check template to create report document
Namespace:
Velo.Data
Assembly:
Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic static bool ToDocumentCheckTemplate(
int pReportID
)
Public Shared Function ToDocumentCheckTemplate (
pReportID As Integer
) As Boolean
Parameters
- pReportID
- Type: SystemInt32
Report ID
Return Value
Type:
Boolean
Result:
true value has one template for this report,
false value has more as one or none template for this report
See Also