Class ReportBuilderContext

Class ReportBuilderContext

Namespace: Aspose.Words.LowCode
Assembly: Aspose.Words.dll (25.4.0)

LINQ Reporting Engine context.

public class ReportBuilderContext : ProcessorContext

Inheritance

object ProcessorContext ReportBuilderContext

Inherited Members

ProcessorContext.WarningCallback , ProcessorContext.FontSettings , ProcessorContext.LayoutOptions , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ReportBuilderContext()

public ReportBuilderContext()

Properties

DataSources

Data sources used to build the report.

public Dictionary<object, string=""> DataSources { get; }

Property Value

Dictionary < object , string &gt;

Remarks

The key represents the data source, while the value is the data source name. The data source name can be null or an empty string; in such cases, the reporting engine will automatically detect the data source name from the specified data source.

ReportBuilderOptions

Report build options.

public ReportBuilderOptions ReportBuilderOptions { get; }

Property Value

ReportBuilderOptions </object,>

 English