Właściwość ChartInstance.DynamicHeight
Pobiera wartość obliczoną DynamicHeight właściwość w Chart klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property DynamicHeight As ReportSize
Get
'Użycie
Dim instance As ChartInstance
Dim value As ReportSize
value = instance.DynamicHeight
public ReportSize DynamicHeight { get; }
public:
property ReportSize^ DynamicHeight {
ReportSize^ get ();
}
member DynamicHeight : ReportSize
function get DynamicHeight () : ReportSize
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize wartości reprezentującej obliczonej wartości DynamicHeight właściwość.
Zobacz także