レポート処理の開始時にレポート全体の変数を事前評価する必要がないかどうかを示します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property DeferVariableEvaluation As Boolean
Get
Set
'使用
Dim instance As Report
Dim value As Boolean
value = instance.DeferVariableEvaluation
instance.DeferVariableEvaluation = value
public bool DeferVariableEvaluation { get; set; }
public:
property bool DeferVariableEvaluation {
bool get ();
void set (bool value);
}
member DeferVariableEvaluation : bool with get, set
function get DeferVariableEvaluation () : boolean
function set DeferVariableEvaluation (value : boolean)
プロパティ値
型: System.Boolean
レポート処理の開始時にレポート全体の変数を事前評価する必要がない場合は true、事前評価する必要がある場合は false。