Compartir a través de


Campo StyleBase.BackgroundRepeat

Specifies how the background image should repeat to fill the available space

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected Const BackgroundRepeat As String
'Uso
Dim value As String 

value = StyleBase.BackgroundRepeat
protected const string BackgroundRepeat
protected:
literal String^ BackgroundRepeat
static val mutable BackgroundRepeat: string
protected const var BackgroundRepeat : String

Comentarios

Valid values are: Repeat (Default), NoRepeat, RepeatX, or RepeatY.

Vea también

Referencia

StyleBase Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering