Partager via


Propriété CacheRefreshPlanState.MissingParameterValue

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

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
Public Property MissingParameterValue As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

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

Voir aussi

Référence

CacheRefreshPlanState Classe

Espace de noms ReportService2010

Autres ressources

Mettre en cache les datasets partagés (SSRS)

Mise en cache de rapports (SSRS)