Share via


CacheRefreshPlanState.UnknownItemParameter Property

Gets or sets a Boolean value that indicates whether an error occurred because an unknown parameter is provided in the cache refresh plan.

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

Syntax

'Declaration
Public Property UnknownItemParameter As Boolean 
    Get 
    Set
'Usage
Dim instance As CacheRefreshPlanState 
Dim value As Boolean 

value = instance.UnknownItemParameter

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

Property Value

Type: System.Boolean
true if an unknown parameter is provided in the cache refresh plan; otherwise, false.

See Also

Reference

CacheRefreshPlanState Class

ReportService2010 Namespace

Other Resources

Cache Shared Datasets (SSRS)

Caching Reports (SSRS)