ChartMember.DataElementOutputForStatic Method

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

Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Синтаксис

'Декларация
Public Function DataElementOutputForStatic ( _
    staticHeading As ChartMember _
) As DataElementOutputTypes
public DataElementOutputTypes DataElementOutputForStatic (
    ChartMember staticHeading
)
public:
DataElementOutputTypes DataElementOutputForStatic (
    ChartMember^ staticHeading
)
public DataElementOutputTypes DataElementOutputForStatic (
    ChartMember staticHeading
)
public function DataElementOutputForStatic (
    staticHeading : ChartMember
) : DataElementOutputTypes

Параметры

  • staticHeading
    Name of the static heading being evaluated.

Возвращаемое значение

A DataElementOutputTypes enumeration indicating whether the supplied static heading should be included in the rendering output.

Замечания

Добавления:5 декабря 2005 г.

The value returned is based on whether all contained data points in the static heading are marked to be omitted from data renderings.

Синхронизация потоков

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

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ChartMember Class
ChartMember Members
Microsoft.ReportingServices.ReportRendering Namespace