Report.DeferVariableEvaluation 属性

Indicates whether the variables throughout the report do not have to be pre-evaluated at the beginning of report processing.

命名空间:  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 if the variables throughout the report do not have to be pre-evaluated at the beginning of report processing; otherwise, false.

请参阅

参考

Report 类

Microsoft.ReportingServices.RdlObjectModel 命名空间