[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ReportInfo

ReportInfo Class

Represents detailed information about a report.

Inheritance
ReportInfo
Namespace: GrapeCity.ActiveReports.Blazor.Viewer
Assembly: MESCIUS.ActiveReports.Blazor.Viewer.dll
Syntax
public class ReportInfo
Remarks

The ReportInfo class contains properties that provide comprehensive details about a report, including its name, parameters, layout, and export options.

Constructors

Name Description
ReportInfo()

Properties

Name Description
DisplayType

Gets or sets the display mode of the report, which defines how the report is rendered on screen.

Exports

Gets or sets the export types available for the report.

GalleyModeAllowed

Gets or sets a value indicating whether the report supports Galley Mode, a specific layout or viewing mode.

Name

Gets or sets the name of the report.

Parameters

Gets or sets the descriptors for all parameters required or available for the report.

ParametersView

Gets or sets the custom layout for the parameters panel.

SizeType

Gets or sets the size type of the report, which influences how the report handles overflow and scaling.

Type

Gets or sets the type of the report.