DeferVariableEvaluation プロパティ
レポート処理の開始時にレポート全体の変数を事前評価する必要がないことを示します。これらは、使用状況に応じてオンデマンドで評価されます。変数の遅延評価を使用するとパフォーマンスが向上する場合がありますが、時間に依存する変数がある場合には使用しないでください。
名前空間: 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
Boolean 値です。