Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how the background image should repeat to fill the available space
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected Const BackgroundRepeat As String
'Usage
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
Remarks
Valid values are: Repeat (Default), NoRepeat, RepeatX, or RepeatY.