Freigeben über


CacheRefreshPlanState.MissingParameterValue-Eigenschaft

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

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

'Declaration
Public Property MissingParameterValue As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Hinweise

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

Siehe auch

Verweis

CacheRefreshPlanState Klasse

ReportService2010-Namespace

Andere Ressourcen

Zwischenspeichern von freigegebenen Datasets (SSRS)

Zwischenspeichern von Berichten (SSRS)