共用方式為


CacheRefreshPlanState.MissingParameterValue 屬性

Gets or sets a Boolean value that indicates whether an error occurred because required query parameters are missing.

命名空間:  ReportService2010
組件:  ReportService2010 (在 ReportService2010.dll 中)

語法

'宣告
Public Property MissingParameterValue As Boolean 
    Get 
    Set
'用途
Dim instance As CacheRefreshPlanState 
Dim value As Boolean 

value = instance.MissingParameterValue

instance.MissingParameterValue = value
public bool MissingParameterValue { get; set; }
public:
property bool MissingParameterValue {
    bool get ();
    void set (bool value);
}
member MissingParameterValue : bool with get, set
function get MissingParameterValue () : boolean 
function set MissingParameterValue (value : boolean)

屬性值

型別:System.Boolean
true if required query parameters are missing; otherwise, false.

備註

This error can occur when a query parameter shared dataset is modified from read-only to a non-read-only setting.

請參閱

參考

CacheRefreshPlanState 類別

ReportService2010 命名空間

其他資源

快取多個共用資料集 (SSRS)

快取多個報表 (SSRS)