Style 屬性
Gets the style properties of this report definition object.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property Style As Style
Get
Set
'用途
Dim instance As ChartTitle
Dim value As Style
value = instance.Style
instance.Style = value
public Style Style { get; set; }
public:
property Style^ Style {
Style^ get ();
void set (Style^ value);
}
member Style : Style with get, set
function get Style () : Style
function set Style (value : Style)
屬性值
型別:Microsoft.ReportingServices.RdlObjectModel. . :: . .Style
A Style object.