CustomShowPreviewEventArgs(String, ReportParametersObjectBase, CriteriaOperator, Boolean, SortProperty[], Boolean, ShowViewParameters) Constructor
Initializes a new instance of the CustomShowPreviewEventArgs class.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
public CustomShowPreviewEventArgs(
string reportContainerHandle,
ReportParametersObjectBase parametersObject,
CriteriaOperator criteria,
bool canApplyCriteria,
SortProperty[] sortProperty,
bool canApplySortProperty,
ShowViewParameters showViewParameters
)
#Parameters
Name | Type | Description |
---|---|---|
report |
String | A string that specifies the handle of the Report |
parameters |
Report |
A Report |
criteria | Criteria |
A Criteria |
can |
Boolean | true, if the criteria can be applied; otherwise, false. |
sort |
Sort |
An array of Sort |
can |
Boolean | true, if the sorting can be applied; otherwise, false. |
show |
Show |
A Show |
#Remarks
Since instances of the CustomShowPreviewEventArgs class are automatically created and passed to handlers of the ReportServiceController.CustomShowPreview event, you do not need to call this constructor from your applications.