Skip to main content
A newer version of this page is available. .

CreateCustomReportDesignRepositoryItemEventArgs.RepositoryItem Property

Specifies the Repository Item created for the report parameter.

Namespace: DevExpress.ExpressApp.ReportsV2.Win

Assembly: DevExpress.ExpressApp.ReportsV2.Win.v19.1.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