ActiveReports 8
DataElementOutputForStatic Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChartMember Interface : DataElementOutputForStatic Method

staticHeading
A chart member represtenting the heading.

Glossary Item Box

Returns whether a static heading should be included in data renderings.

Syntax

Visual Basic (Declaration) 
Function DataElementOutputForStatic( _
   ByVal staticHeading As IChartMember _
) As DataElementOutput
C# 
DataElementOutput DataElementOutputForStatic( 
   IChartMember staticHeading
)

Parameters

staticHeading
A chart member represtenting the heading.

Return Value

The data element output for this data rendering.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also