Gets the calculated value of the BackgroundRepeat property in a BackgroundImage class.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public MustOverride ReadOnly Property BackgroundRepeat As BackgroundRepeatTypes
Get
‘사용 방법
Dim instance As BackgroundImageInstance
Dim value As BackgroundRepeatTypes
value = instance.BackgroundRepeat
public abstract BackgroundRepeatTypes BackgroundRepeat { get; }
public:
virtual property BackgroundRepeatTypes BackgroundRepeat {
BackgroundRepeatTypes get () abstract;
}
abstract BackgroundRepeat : BackgroundRepeatTypes
abstract function get BackgroundRepeat () : BackgroundRepeatTypes
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundRepeatTypes
A BackgroundRepeatTypes value that represents the calculated value of the BackgroundRepeat property.