ChartTitleInstance Class

 

Updated: February 25, 2016

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

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering::ChartTitleInstance

public ref class ChartTitleInstance sealed : BaseInstance

NameDescription
System_CAPS_pubpropertyCaption

Gets the calculated value of the Caption property in a ChartTitle class.

System_CAPS_pubpropertyDockOffset

Gets the calculated value of the DockOffset property in a ChartTitle class.

System_CAPS_pubpropertyDockOutsideChartArea

Gets the calculated value of the DockOutsideChartArea property in a ChartTitle class.

System_CAPS_pubpropertyHidden

Gets the calculated value of the Hidden property in a ChartTitle class.

System_CAPS_pubpropertyPosition

Gets the calculated value of the Position property in a ChartTitle class.

System_CAPS_pubpropertyStyle

Gets the calculated value of the Style property in a ChartTitle class.

System_CAPS_pubpropertyTextOrientation

Gets the calculated value of the TextOrientation property in a ChartTitle class.

System_CAPS_pubpropertyToolTip

Gets the calculated value of the ToolTip property in a ChartTitle class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: