TablixHeader Class

 

Updated: February 25, 2016

Represents a group header in a tablix.

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

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::TablixHeader

public ref class TablixHeader sealed : IDefinitionPath

NameDescription
System_CAPS_pubpropertyCellContents

Page breaks in this ReportItem are ignored.

System_CAPS_pubpropertyDefinitionPath

Gets the path to this report definition object in the report definition.

System_CAPS_pubpropertyParentDefinitionPath

Gets the path to report definition object's parent in the report definition.

System_CAPS_pubpropertySize

The height (if this is a column member) or width (if this is a row member) of the group header.

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: