Поделиться через


MatrixMember.DataElementOutputForStatic Method

Indicates 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 MatrixMember _
) As DataElementOutputTypes
public DataElementOutputTypes DataElementOutputForStatic (
    MatrixMember staticHeading
)
public:
DataElementOutputTypes DataElementOutputForStatic (
    MatrixMember^ staticHeading
)
public DataElementOutputTypes DataElementOutputForStatic (
    MatrixMember staticHeading
)
public function DataElementOutputForStatic (
    staticHeading : MatrixMember
) : DataElementOutputTypes

Параметры

  • staticHeading
    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.

См. также

Справочник

MatrixMember Class
MatrixMember Members
Microsoft.ReportingServices.ReportRendering Namespace