다음을 통해 공유


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 네임스페이스