다음을 통해 공유


BackgroundRepeat 필드

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

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.