Skip to content

ReportRenderResult.ViewData property

Gets a list of view data to pass to the view data dictionary, only returned in preview mode for HTML.

public IDictionary<string, object?> ViewData { get; }

See Also