Classe BackgroundImageInstance
Represents an instance type of the BackgroundImage class and contains the calculated values of the properties in BackgroundImage.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..BackgroundImageInstance
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class BackgroundImageInstance _
Inherits BaseInstance _
Implements IImageInstance
'Utilisation
Dim instance As BackgroundImageInstance
public sealed class BackgroundImageInstance : BaseInstance,
IImageInstance
public ref class BackgroundImageInstance sealed : public BaseInstance,
IImageInstance
[<SealedAttribute>]
type BackgroundImageInstance =
class
inherit BaseInstance
interface IImageInstance
end
public final class BackgroundImageInstance extends BaseInstance implements IImageInstance
Le type BackgroundImageInstance expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
BackgroundRepeat | Gets the calculated value of the BackgroundRepeat property in a BackgroundImage class. | |
ImageData | Gets the calculated value of the ImageData()()()() property in a BackgroundImage class. | |
MIMEType | Gets the calculated value of the MIMEType property in a BackgroundImage class. | |
Position | Gets the calculated value of the Position property in a BackgroundImage class. | |
StreamName | Gets the calculated value of the StreamName()()()() property in a BackgroundImage class. | |
TransparentColor | Gets the calculated value of the TransparentColor property in a BackgroundImage class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ResetInstanceCache | Resets the instance cache. (hérité de BaseInstance.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.