Back to Devexpress

CreateCustomReportDesignRepositoryItemEventArgs.RepositoryItem Property

expressappframework-devexpress-dot-expressapp-dot-reportsv2-dot-win-dot-createcustomreportdesignrepositoryitemeventargs.md

latest1.7 KB
Original Source

CreateCustomReportDesignRepositoryItemEventArgs.RepositoryItem Property

Specifies the Repository Item created for the report parameter.

Namespace : DevExpress.ExpressApp.ReportsV2.Win

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

NuGet Package : DevExpress.ExpressApp.ReportsV2.Win

Declaration

csharp
public RepositoryItem RepositoryItem { get; set; }
vb
Public Property RepositoryItem As RepositoryItem

Property Value

TypeDescription
RepositoryItem

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

|

See Also

CreateCustomReportDesignRepositoryItemEventArgs Class

CreateCustomReportDesignRepositoryItemEventArgs Members

DevExpress.ExpressApp.ReportsV2.Win Namespace