VisibilityInstance Class

Definition

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
VisibilityInstance

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 Boolean value that indicates whether the instance type object is visible.

StartHidden

Gets a Boolean value that indicates whether the instance type object is initially hidden.

Methods

ResetInstanceCache()

Resets the cache of the VisibilityInstance.

Applies to