共用方式為


ChartLegendTitleInstance.TitleSeparator 屬性

Gets the calculated value of the TitleSeparator property in a ChartLegendTitle class.

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

語法

'宣告
Public ReadOnly Property TitleSeparator As ChartSeparators 
    Get
'用途
Dim instance As ChartLegendTitleInstance 
Dim value As ChartSeparators 

value = instance.TitleSeparator
public ChartSeparators TitleSeparator { get; }
public:
property ChartSeparators TitleSeparator {
    ChartSeparators get ();
}
member TitleSeparator : ChartSeparators
function get TitleSeparator () : ChartSeparators

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ChartSeparators
A ChartSeparators value that represents the calculated value of the TitleSeparator property.

請參閱

參考

ChartLegendTitleInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間