Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines the set of linear gauges for the gauge panel.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LinearGauges As LinearGaugeCollection
Get
'Usage
Dim instance As GaugePanel
Dim value As LinearGaugeCollection
value = instance.LinearGauges
public LinearGaugeCollection LinearGauges { get; }
public:
property LinearGaugeCollection^ LinearGauges {
LinearGaugeCollection^ get ();
}
member LinearGauges : LinearGaugeCollection
function get LinearGauges () : LinearGaugeCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.LinearGaugeCollection
A LinearGaugeCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace