Skip to main content
.NET 6.0+

CreateCustomReportDesignRepositoryItemEventArgs.RepositoryItem Property

Specifies the Repository Item created for the report parameter.

Namespace: DevExpress.ExpressApp.ReportsV2.Win

Assembly: DevExpress.ExpressApp.ReportsV2.Win.v23.2.dll

Declaration

public RepositoryItem RepositoryItem { get; set; }

Property Value

Type Description
RepositoryItem

A RepositoryItem object that specifies the Repository Item used to edit the report parameter value.

See Also