Свойство MapTitle.TextShadowOffset
Gets or sets the size of the text shadow of the map title.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property TextShadowOffset As ReportExpression(Of ReportSize)
Get
Set
'Применение
Dim instance As MapTitle
Dim value As ReportExpression(Of ReportSize)
value = instance.TextShadowOffset
instance.TextShadowOffset = value
public ReportExpression<ReportSize> TextShadowOffset { get; set; }
public:
property ReportExpression<ReportSize> TextShadowOffset {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member TextShadowOffset : ReportExpression<ReportSize> with get, set
function get TextShadowOffset () : ReportExpression<ReportSize>
function set TextShadowOffset (value : ReportExpression<ReportSize>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel