|
IReportTReportEntityGetReportPath Method |
Returns a path to the report file
Namespace: DrawerBackup.NativeAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected string GetReportPath(
string reportName
)
Protected Function GetReportPath (
reportName As String
) As String
protected:
String^ GetReportPath(
String^ reportName
)
member GetReportPath :
reportName : string -> string
Parameters
- reportName
- Type: SystemString
Return Value
Type:
String
See Also