Click or drag to resize
ReportSubscriptionSenderCreateSubscriptionMacroResolver 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.ReportingReportInfo
Report info
rsi
Type: CMS.ReportingReportSubscriptionInfo
Report subscription info
si
Type: CMS.SiteProviderSiteInfo
Site info
rec
Type: SystemString
Recipient email
defaultCss
Type: SystemString
Report default CSS
content
Type: SystemString
Report content

Return Value

Type: MacroResolver
See Also