SubReportInstance Class

 

Updated: February 25, 2016

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

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


public ref class SubReportInstance sealed : ReportItemInstance

NameDescription
System_CAPS_pubpropertyBookmark

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

System_CAPS_pubpropertyDocumentMapLabel

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

System_CAPS_pubpropertyErrorCode

Gets the error code of this SubReportInstance.

System_CAPS_pubpropertyErrorMessage

Gets the error message of this SubReportInstance.

System_CAPS_pubpropertyNoRows

Gets a Boolean value that indicates whether this SubReportInstance contains any data rows.

System_CAPS_pubpropertyNoRowsMessage

Gets the calculated value of the NoRowsMessage property in a SubReport class.

System_CAPS_pubpropertyProcessedWithError

Gets a Boolean value that indicates whether this SubReportInstance contains errors.

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_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 ReportItem class.(Inherited from ReportItemInstance.)

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: