共用方式為


ChartMarker.Size 屬性

Gets an expression that evaluates to the height and width of the plotting area of marker(s).

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

語法

'宣告
Public ReadOnly Property Size As ReportSizeProperty 
    Get
'用途
Dim instance As ChartMarker 
Dim value As ReportSizeProperty 

value = instance.Size
public ReportSizeProperty Size { get; }
public:
property ReportSizeProperty^ Size {
    ReportSizeProperty^ get ();
}
member Size : ReportSizeProperty
function get Size () : ReportSizeProperty

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

請參閱

參考

ChartMarker 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間