Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

CreateCustomReportDesignRepositoryItemEventArgs Properties

Arguments passed to the ReportsWindowsFormsModuleV2.CreateCustomReportDesignRepositoryItem event.
Name Description
Application Gets an application object.
CriteriaString Specifies the criteria that filters the collection of report parameter objects.
DataColumnInfo Gets information on the data column.
DataType Gets the type of the report parameter value.
Handled Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. Inherited from HandledEventArgs.
Parameter Gets the report parameter.
Report Gets a report object.
RepositoryItem Specifies the Repository Item created for the report parameter.
See Also