Campo BackgroundRepeat
Indicates how the background image should repeat to fill the available space
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Protected Const BackgroundRepeat As String
'Uso
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
Comentários
Valid values are: Repeat (Default), NoRepeat, RepeatX, or RepeatY.