マップ タイトルのテキストの影のサイズを取得します。値の設定も可能です。
名前空間: 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>
ReportExpression<T> オブジェクト。