Propriedade do RDL BackgroundImageInstance.BackgroundRepeat
Gets the calculated value of the BackgroundRepeat property in a BackgroundImage class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property BackgroundRepeat As BackgroundRepeatTypes
Get
'Uso
Dim instance As BackgroundImageInstance
Dim value As BackgroundRepeatTypes
value = instance.BackgroundRepeat
public abstract BackgroundRepeatTypes BackgroundRepeat { get; }
public:
virtual property BackgroundRepeatTypes BackgroundRepeat {
BackgroundRepeatTypes get () abstract;
}
abstract BackgroundRepeat : BackgroundRepeatTypes
abstract function get BackgroundRepeat () : BackgroundRepeatTypes
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundRepeatTypes
A BackgroundRepeatTypes value that represents the calculated value of the BackgroundRepeat property.
Consulte também
Referência
BackgroundImageInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering