名前 | 解説 | |
---|---|---|
ColumnFields | Gets a list of PivotField objects that define the fields shown as columns in the output table. | |
DataSource | Gets or sets the object that contains data to be analyzed. | |
Fields | Gets the list of PivotField objects exposed by the data source. | |
FilteredItemCount | Gets the number of elements that are represented in the current view. | |
FilterFields | Gets a list of PivotField objects that define the fields used as filters for the output table. | |
IsViewDefined | Gets a value that determines whether a PivotEngine view is currently defined. | |
ItemCount | Gets the number of elements that in the data source. | |
PivotDefaultView | Gets the default System.ComponentModel.IBindingList that exposes the data in the PivotTable. | |
PivotTable | Gets the System.Data.DataTable that contains the output of the PivotEngine analysis. | |
RowFields | Gets a list of PivotField objects that define the fields shown as rows in the output table. | |
ShowKeyColumns | Gets or sets a value that determines whether the PivotEngine output table should include columns containing the row keys. | |
ShowTotalsColumns | Gets or sets a value that determines whether the PivotEngine output table should include columns containing subtotals or grand totals. | |
ShowTotalsRows | Gets or sets a value that determines whether the PivotEngine output table should include rows containing subtotals or grand totals. | |
ShowZeros | Gets or sets a value that determines whether the PivotEngine output table should use zeros to indicate missing values. | |
SortOnServer | Gets or sets a value that indicates whether the summary data received from the server is already sorted. If this property is set to true, the PivotEngine will not sort the data it receives from the server. | |
TotalsBeforeData | Gets or sets a value that determines whether row and column totals should be displayed before or after regular data rows and columns. If this value is set to true, total rows appear above data rows and total columns appear on the left of regular data columns. | |
ValueField | Gets the first PivotField in the ValueFields collection, or null if the collection is empty. | |
ValueFields | Gets a list of PivotField objects that define the fields summarized in the cells of the output table. | |
ViewDefinition | Gets or sets the PivotEngine view definition as an XML string. | |
Workspace | Gets or sets the DataEngine workspace. |