共用方式為


ReportItem.Style 屬性

Gets or sets the style properties defined for the report item.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Property Style As Style 
    Get 
    Set
'用途
Dim instance As ReportItem 
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.ReportRendering.Style
A Style object containing information about the style of a report item.

請參閱

參考

ReportItem 類別

Microsoft.ReportingServices.ReportRendering 命名空間