BackgroundRepeat Campo
Indicates 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
Notas
Valid values are: Repeat (Default), NoRepeat, RepeatX, or RepeatY.
Vea también