ReportRenderOptions.ExportFormat property

namespace: Serenity.Reporting   assemblySerenity.Net.Services

The requested export format if specified, like "xlsx", "html", "html", "pdf" etc. This is only useful for cases where a report can be rendered to multiple types.

public string ExportFormat { get; set; }

See Also