BorderInstance Class

Definition

Represents an instance type of the Border class and contains the calculated values of the properties in Border.

public ref class BorderInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::BaseInstance
public sealed class BorderInstance : Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
type BorderInstance = class
    inherit BaseInstance
Public NotInheritable Class BorderInstance
Inherits BaseInstance
Inheritance
BorderInstance

Properties

Color

Gets or sets the calculated value of the Color property in a Border class. The set accessor can be used only when creating custom report items.

Style

Gets or sets the calculated value of the Style property in a Border class. The set accessor can be used only when creating custom report items.

Width

Gets or sets the calculated value of the Width property in a Border class. The set accessor can be used only when creating custom report items.

Methods

ResetInstanceCache()

Resets the instance cache.

(Inherited from BaseInstance)

Applies to