Click or drag to resize
ReportSubscriptionSender.CreateSubscriptionMacroResolver Method (ReportInfo, ReportSubscriptionInfo, SiteInfo, String, String, String)
Creates macro resolver for report subscription

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
public static MacroResolver CreateSubscriptionMacroResolver(
	ReportInfo ri,
	ReportSubscriptionInfo rsi,
	SiteInfo si,
	string rec,
	string defaultCss,
	string content
)

Parameters

ri
Type: CMS.Reporting.ReportInfo
Report info
rsi
Type: CMS.Reporting.ReportSubscriptionInfo
Report subscription info
si
Type: CMS.SiteProvider.SiteInfo
Site info
rec
Type: System.String
Recipient email
defaultCss
Type: System.String
Report default CSS
content
Type: System.String
Report content

Return Value

Type: MacroResolver
See Also