Свойство SeriesSymbolHeight
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
The symbol height for each data series.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property SeriesSymbolHeight As ReportExpression(Of Integer)
Get
Set
'Применение
Dim instance As ChartLegendColumn
Dim value As ReportExpression(Of Integer)
value = instance.SeriesSymbolHeight
instance.SeriesSymbolHeight = value
public ReportExpression<int> SeriesSymbolHeight { get; set; }
public:
property ReportExpression<int> SeriesSymbolHeight {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member SeriesSymbolHeight : ReportExpression<int> with get, set
function get SeriesSymbolHeight () : ReportExpression<int>
function set SeriesSymbolHeight (value : ReportExpression<int>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Int32> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
См. также