ReportSubscriptionSenderResolveMetaFiles Method |
Resolves metafiles in the given report HTML. Returns HTML with resolved metafiles
Namespace: CMS.ReportingAssembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax public static string ResolveMetaFiles(
string reportName,
string html
)
Parameters
- reportName
- Type: SystemString
Report name - html
- Type: SystemString
Report HTML
Return Value
Type:
StringSee Also