[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Json.ReportJsonTemplateBuilder.ReportTemplate

ReportJsonTemplateBuilder.ReportTemplate Class

Represents a template for a report, including its subreports and resources.

Inheritance
ReportJsonTemplateBuilder.ReportTemplate
Namespace: GrapeCity.ActiveReports.Rdl.Json
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class ReportJsonTemplateBuilder.ReportTemplate

Constructors

Name Description
ReportTemplate()

Properties

Name Description
Definition

Gets or sets the definition of the main report.

Name

Gets or sets the name of the report template.

Resources

Gets or sets the resources associated with the report.

Subreports

Gets or sets a dictionary of subreports associated with the main report.

Extension Methods