ReportExpression<T> 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レポート内の式を表します。
generic <typename T>
where T : value classpublic value class ReportExpression : IFormattable, Microsoft::ReportingServices::RdlObjectModel::IExpression, System::Xml::Serialization::IXmlSerializable
[System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ExpressionUITypeEditor), typeof(System.Drawing.Design.UITypeEditor))]
public struct ReportExpression<T> : IFormattable, Microsoft.ReportingServices.RdlObjectModel.IExpression, System.Xml.Serialization.IXmlSerializable where T : struct
[<System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ExpressionUITypeEditor), typeof(System.Drawing.Design.UITypeEditor))>]
type ReportExpression<'T (requires 'T : struct)> = struct
interface IExpression
interface IXmlSerializable
interface IFormattable
Public Structure ReportExpression(Of T)
Implements IExpression, IFormattable, IXmlSerializable
型パラメーター
- T
式の型。
- 継承
-
ReportExpression<T>
- 属性
- 実装
コンストラクター
| ReportExpression<T>(String) |
ReportExpression<T> クラスの新しいインスタンスを初期化します。 |
| ReportExpression<T>(String, IFormatProvider) |
ReportExpression<T> クラスの新しいインスタンスを初期化します。 |
| ReportExpression<T>(T) |
ReportExpression<T> クラスの新しいインスタンスを初期化します。 |
プロパティ
| Expression |
式の値を取得または設定します。 |
| IsEmpty |
式オブジェクトが空かどうかを示す値を取得または設定します。 |
| IsExpression |
これが式かどうかを示す値を取得します。 |
| Value |
計算値を取得または設定します。 |
メソッド
| Equals(Object) |
Value プロパティと別のオブジェクトが等しいかどうかをテストします。 |
| GetDependencies(IList<ReportObject>, ReportObject) |
オブジェクトの依存関係を取得します。 |
| GetHashCode() |
このインスタンスの一意のハッシュ コードを取得します。 |
| Parse(String, IFormatProvider) |
文字列値を ReportExpression<T> オブジェクトとして解析します。 |
| ToString() |
現在の ReportExpression<T> オブジェクトを文字列に変換します。 |
| ToString(String, IFormatProvider) |
現在の ReportExpression<T> オブジェクトを文字列に変換します。 |
演算子
明示的なインターフェイスの実装
| IExpression.Value |
式の値を取得または設定します。 |
| IXmlSerializable.GetSchema() |
XML スキーマを返します。 |
| IXmlSerializable.ReadXml(XmlReader) |
式の XML ドキュメントを読み込みます。 |
| IXmlSerializable.WriteXml(XmlWriter) |
式の XML ドキュメントを書き込みます。 |