SSRSReportConceptNode.allowCaching Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
allowCaching() | |
allowCaching(Boolean) |
allowCaching()
public:
virtual void allowCaching();
public virtual void allowCaching ();
abstract member allowCaching : unit -> unit
override this.allowCaching : unit -> unit
Public Overridable Sub allowCaching ()
Applies to
allowCaching(Boolean)
public:
virtual void allowCaching(bool _allow);
public virtual void allowCaching (bool _allow);
abstract member allowCaching : bool -> unit
override this.allowCaching : bool -> unit
Public Overridable Sub allowCaching (_allow As Boolean)
Parameters
- _allow
- Boolean