Partilhar via


Propriedade do RDL MapTitle.TextShadowOffset

Gets or sets the size of the text shadow of the map title.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property TextShadowOffset As ReportExpression(Of ReportSize)
    Get 
    Set
'Uso
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>)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A ReportExpression<T> object.

Consulte também

Referência

MapTitle Classe

Namespace Microsoft.ReportingServices.RdlObjectModel