Back to Devexpress

CreateCustomReportDesignRepositoryItemEventArgs Members

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

latest5.1 KB
Original Source

CreateCustomReportDesignRepositoryItemEventArgs Members

Arguments passed to the ReportsWindowsFormsModuleV2.CreateCustomReportDesignRepositoryItem event.

Constructors

NameDescription
CreateCustomReportDesignRepositoryItemEventArgs(XafApplication, XtraReport, Type, DataColumnInfo, Parameter)Initializes a new instance of the CreateCustomReportDesignRepositoryItemEventArgs class.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
ApplicationGets an application object.
CriteriaStringSpecifies the criteria that filters the collection of report parameter objects.
DataColumnInfoGets information on the data column.
DataTypeGets the type of the report parameter value.
HandledGets 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.
ParameterGets the report parameter.
ReportGets a report object.
RepositoryItemSpecifies the Repository Item created for the report parameter.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

CreateCustomReportDesignRepositoryItemEventArgs Class

DevExpress.ExpressApp.ReportsV2.Win Namespace