SummaryDefinitionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
SummaryDefinition コンストラクタ | コンストラクター。SummaryDefinition オブジェクトの新しいインスタンスを初期化します。 |
名前 | 解説 | |
---|---|---|
CalculationSettingsProperty | CalculationSettings 依存プロパティを識別します。 | |
CalculatorProperty | Calculator 依存プロパティを識別します。 | |
DisplayAreaProperty | DisplayArea 依存プロパティを識別します。 | |
IsVisibleProperty | IsVisible 依存プロパティを識別します。 | |
KeyProperty | Key 依存プロパティを識別します。 | |
PositionFieldNameProperty | PositionFieldName 依存プロパティを識別します。 | |
PositionProperty | Position 依存プロパティを識別します。 | |
SourceFieldNameProperty | SourceFieldName 依存プロパティを識別します。 | |
StringFormatProperty | StringFormat 依存プロパティを識別します。 | |
StringFormatProviderProperty | StringFormatProvider 依存プロパティを識別します。 | |
ToolTipProperty | ToolTip 依存プロパティを識別します。 |
名前 | 解説 | |
---|---|---|
CalculationSettings | この集計定義に関連する計算設定を取得または設定します。この情報はセル集計データを XamCalculationManage ネットワークに公開するために使用されます。 | |
Calculator | 実行する集計計算のタイプを指定します。 | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. System.Windows.DependencyObjectから継承されます。 | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。 | |
DisplayArea | 集計を表示するかどうか、また表示する場所を指定します。Default は TopLevelOnl および InGroupByRecords に解決されます。 | |
FieldLayout | 関連するフィールド レイアウトを取得します。 | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). System.Windows.DependencyObjectから継承されます。 | |
IsVisible | 集計が集計の表示領域 (DisplayArea) で非表示されるかどうかを指定します。デフォルト値は True です。 | |
Key | このSummaryDefinition オブジェクトのキーを取得または設定します。 | |
ParentCollection | この SummaryDefinition インスタンスが属するコレクションを返します。 | |
Position | 集計結果がフィールドに揃えて表示されるか、それとも集計レコードの左、中央、右に表示されるかを指定します。 | |
PositionFieldName | 集計結果を配置するソース フィールド以外の異なるフィールドを指定します。 | |
SourceFieldName | 集計されるフィールド名を指定します。これはそのセル値が集計計算で使用されるフィールドです。 | |
StringFormat | 集計結果の値を表示する時に使用するフォーマットを指定します。 | |
StringFormatProvider | 集計の結果をフォーマットする時に使用するフォーマット プロバイダーを指定します。 | |
ToolTip | ToolTip はマウスが関連付けられた集計結果上にホバーされた時に表示するツールチップを指定します。 |
名前 | 解説 | |
---|---|---|
ClearValue | オーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。 | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
Equals | System.Windows.DependencyObjectから継承されます。 | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
InvalidateProperty | System.Windows.DependencyObjectから継承されます。 | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。 | |
Refresh | 集計を再計算します。 | |
SetCurrentValue | System.Windows.DependencyObjectから継承されます。 | |
SetValue | オーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
OnPropertyChanged | オーバーライドされます。 オーバーライド。マーカー値を変更すると呼び出されます。 | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。 |