ReportParameterInstance クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ReportParameterクラスのインスタンスタイプを表し、ReportParameterのプロパティの計算値を含みます。
public ref class ReportParameterInstance sealed
public sealed class ReportParameterInstance
type ReportParameterInstance = class
Public NotInheritable Class ReportParameterInstance
- 継承
-
ReportParameterInstance
プロパティ
| 名前 | 説明 |
|---|---|
| Label |
パラメータのラベルを取得します。 |
| Labels |
パラメータのラベルを取得します。 |
| Prompt |
PromptクラスにおけるReportParameterプロパティの計算値を取得します。 |
| Value |
パラメーターの値を取得します。 |
| Values |
パラメータの値を取得します。 |