共用方式為


Style 屬性

Gets or sets the calculated value of the Style property in a Border class. The set accessor can be used only when creating custom report items.

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

語法

'宣告
Public Property Style As BorderStyles
    Get
    Set
'用途
Dim instance As BorderInstance
Dim value As BorderStyles

value = instance.Style

instance.Style = value
public BorderStyles Style { get; set; }
public:
property BorderStyles Style {
    BorderStyles get ();
    void set (BorderStyles value);
}
member Style : BorderStyles with get, set
function get Style () : BorderStyles
function set Style (value : BorderStyles)

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BorderStyles
A BorderStyles value that represents the calculated value of the Style property.