VisibilityInstance Class
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.
Represents the visibility state of an instance type object.
public ref class VisibilityInstance abstract : Microsoft::ReportingServices::OnDemandReportRendering::BaseInstance
public abstract class VisibilityInstance : Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
type VisibilityInstance = class
inherit BaseInstance
Public MustInherit Class VisibilityInstance
Inherits BaseInstance
- Inheritance
Fields
m_cachedCurrentlyHidden |
Specifies a cache value that indicates whether the instance type object is hidden. |
m_cachedStartHidden |
Specifies a cache value that indicates whether the instance type object is initially hidden. |
m_currentlyHiddenValue |
Specifies a value that indicates whether the instance type object is hidden. |
m_startHiddenValue |
Specifies a value that indicates whether the instance type object is initially hidden. |
Properties
CurrentlyHidden |
Gets a |
StartHidden |
Gets a |
Methods
ResetInstanceCache() |
Resets the cache of the VisibilityInstance. |