Propriedade Instance
Gets the report instance object that contains the calculated values of this report definition object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Instance As ChartAxisTitleInstance
Get
'Uso
Dim instance As ChartAxisTitle
Dim value As ChartAxisTitleInstance
value = instance.Instance
public ChartAxisTitleInstance Instance { get; }
public:
property ChartAxisTitleInstance^ Instance {
ChartAxisTitleInstance^ get ();
}
member Instance : ChartAxisTitleInstance
function get Instance () : ChartAxisTitleInstance
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAxisTitleInstance
A ChartAxisTitleInstance object.
Consulte também