Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an expression that evaluates to a value that indicates how the background image should fill the available space.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property BackgroundRepeat As ReportEnumProperty(Of BackgroundRepeatTypes)
Get
'Uso
Dim instance As BackgroundImage
Dim value As ReportEnumProperty(Of BackgroundRepeatTypes)
value = instance.BackgroundRepeat
public ReportEnumProperty<BackgroundRepeatTypes> BackgroundRepeat { get; }
public:
property ReportEnumProperty<BackgroundRepeatTypes>^ BackgroundRepeat {
ReportEnumProperty<BackgroundRepeatTypes>^ get ();
}
member BackgroundRepeat : ReportEnumProperty<BackgroundRepeatTypes>
function get BackgroundRepeat () : ReportEnumProperty<BackgroundRepeatTypes>
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BackgroundRepeatTypes>
A ReportEnumProperty<EnumType> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering