[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportPart

ReportPart Class

Represents an exported report part.

Inheritance
ReportPart
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ReportPart

Constructors

Name Description
ReportPart()

Properties

Name Description
Description

Gets or sets the detailed description of the report part visible in the designer.

DisplayName

Gets or sets the name of the report part visible in the designer.

Name

Gets or sets the name of the exported report part.

Properties

Gets or sets the properties that can be used inside expressions of ReportItem and will be visible in the designer.

ReportItemName

Gets or sets the name of the existing report item to be exported as a report part.

SizeMode

Gets or sets a value indicating whether the part item's size can be applied to the report part.

Extension Methods