BackgroundImageInstance Class

 

Updated: February 25, 2016

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

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

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering::BackgroundImageInstance

public ref class BackgroundImageInstance abstract : BaseInstance, 
	IImageInstance

NameDescription
System_CAPS_pubpropertyBackgroundRepeat

Gets the calculated value of the BackgroundRepeat property in a BackgroundImage class.

System_CAPS_pubpropertyImageData

Gets the calculated value of the P:Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImage.ImageData property in a BackgroundImage class.

System_CAPS_pubpropertyMIMEType

Gets the calculated value of the MIMEType property in a BackgroundImage class.

System_CAPS_pubpropertyPosition

Gets the calculated value of the Position property in a BackgroundImage class.

System_CAPS_pubpropertyStreamName

Gets the calculated value of the P:Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImage.StreamName property in a BackgroundImage class.

System_CAPS_pubpropertyTransparentColor

Gets the calculated value of the TransparentColor property in a BackgroundImage class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodResetInstanceCache()

Resets the instance cache.(Inherited from BaseInstance.)

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: