共用方式為


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.