Proprietà Instance
Gets the report instance object that contains the calculated values of this report definition object.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Instance As ChartTitleInstance
Get
'Utilizzo
Dim instance As ChartTitle
Dim value As ChartTitleInstance
value = instance.Instance
public ChartTitleInstance Instance { get; }
public:
property ChartTitleInstance^ Instance {
ChartTitleInstance^ get ();
}
member Instance : ChartTitleInstance
function get Instance () : ChartTitleInstance
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartTitleInstance
A ChartTitleInstance object.
Vedere anche