Поле BackgroundRepeat

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

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Protected Const BackgroundRepeat As String
'Применение
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

Замечания

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