Condividi tramite


Classe BackgroundImage

Represents a background image in the report definition.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImage

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class BackgroundImage _
    Inherits ReportProperty _
    Implements IImage
'Utilizzo
Dim instance As BackgroundImage
public sealed class BackgroundImage : ReportProperty, 
    IImage
public ref class BackgroundImage sealed : public ReportProperty, 
    IImage
[<SealedAttribute>]
type BackgroundImage =  
    class 
        inherit ReportProperty 
        interface IImage 
    end
public final class BackgroundImage extends ReportProperty implements IImage

Nel tipo BackgroundImage sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica BackgroundRepeat Gets an expression that evaluates to a value that indicates how the background image should fill the available space.
Proprietà pubblica ExpressionString Gets the expression string for the report property, if the report property is an expression. Ereditato da ReportProperty.
Proprietà pubblica Instance Gets the report instance object that contains the calculated values of this report definition object.
Proprietà pubblica IsExpression Gets a value that indicates whether the value of the report property is an expression. Ereditato da ReportProperty.
Proprietà pubblica MIMEType Gets an expression that evaluates to the MIMEType for the image.
Proprietà pubblica Position Gets an expression that evaluates to a value that indicates where a background image with BackgroundRepeat = Clip should be drawn.
Proprietà pubblica Source Identifies the source of the image.
Proprietà pubblica TransparentColor Gets an expression that evaluates to a color to treat as transparent in the background image.
Proprietà pubblica Value Gets an expression that evaluates to the image data.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

To get the calculated values for each definition property, use the Instance property.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering