StyleBase.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.