Classe GaugeInputValue
Represents an expression and optional formula used in a gauge.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..GaugeInputValue
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class GaugeInputValue _
Inherits ReportObject
'Uso
Dim instance As GaugeInputValue
public class GaugeInputValue : ReportObject
public ref class GaugeInputValue : public ReportObject
type GaugeInputValue =
class
inherit ReportObject
end
public class GaugeInputValue extends ReportObject
O tipo GaugeInputValue expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
GaugeInputValue | Creates a new instance of the GaugeInputValue class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AddConstant | Constant to add to the value (after multiplying). | |
ComponentMetadata | The component metadata. (Herdado de ReportObject.) | |
DataElementName | The name to use for the data element/attribute for this value. | |
DataElementOutput | Indicates whether the item should appear in a data rendering. | |
Formula | Type of calculation to perform on the values, if more than one is present. | |
MaxPercent | Maximum percent. | |
MinPercent | Minimum percent. | |
Multiplier | Constant by which to multiply the value. | |
Parent | The parent of this report object. (Herdado de ReportObjectBase.) | |
Site | Infraestrutura. (Herdado de ReportObject.) | |
Value | Expression for the value. |
Início
Métodos
Nome | Descrição | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (Herdado de ReportObject.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetContainingDataScopes | Infraestrutura. (Herdado de ReportObject.) | |
GetDataScopesForDefaultImpl | Infraestrutura. (Herdado de ReportObject.) | |
GetDependenciesCore | Infraestrutura. (Herdado de ReportObject.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
Initialize | Initializes an instance of the GaugeInputValue class. (Substitui ReportObject. . :: . .Initialize() () () ().) | |
InitializeForDesigner | Infraestrutura. (Herdado de ReportObject.) | |
MemberwiseClone | (Herdado de Object.) | |
OnChildPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
OnPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
RdlSemanticEqualsCore | Infraestrutura. (Herdado de ReportObject.) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infraestrutura. (Herdado de ReportObject.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IDisposable. . :: . .Dispose | (Herdado de ReportObject.) | |
IComponent. . :: . .Disposed | (Herdado de ReportObject.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.