TablixInstance Class

 

Updated: February 25, 2016

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

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


public ref class TablixInstance sealed : DataRegionInstance

NameDescription
System_CAPS_pubpropertyBookmark

Gets the calculated value of the Bookmark property in a ReportItem class.(Inherited from ReportItemInstance.)

System_CAPS_pubpropertyBottomMargin

Gets the evaluated width of the bottom margin.

System_CAPS_pubpropertyDocumentMapLabel

Gets the calculated value of the DocumentMapLabel property in a ReportItem class.(Inherited from ReportItemInstance.)

System_CAPS_pubpropertyLeftMargin

Gets the evaluated width of the left margin.

System_CAPS_pubpropertyNoRows

Gets a Boolean value that indicates whether this DataRegionInstance contains any data rows.(Inherited from DataRegionInstance.)

System_CAPS_pubpropertyNoRowsMessage

Gets the calculated value of the NoRowsMessage property in a DataRegion class.(Inherited from DataRegionInstance.)

System_CAPS_pubpropertyPageName

Gets the calculated value of the PageName property in a DataRegion class.(Inherited from DataRegionInstance.)

System_CAPS_pubpropertyRightMargin

Gets the evaluated width of the right margin.

System_CAPS_pubpropertyStyle

Gets the calculated value of the Style property in a ReportElement class.(Inherited from ReportElementInstance.)

System_CAPS_pubpropertyToolTip

Gets the calculated value of the ToolTip property in a ReportItem class.(Inherited from ReportItemInstance.)

System_CAPS_pubpropertyTopMargin

Gets the evaluated width of the top margin.

System_CAPS_pubpropertyUniqueName

Gets the unique identifier of this instance object.(Inherited from ReportItemInstance.)

System_CAPS_pubpropertyVisibility

Gets the calculated value of the Visibility property in a DataRegion class.(Inherited from DataRegionInstance.)

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: