Instance Propiedad
Gets the report instance object that contains the calculated values of this report definition object.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Instance As ChartGridLinesInstance
Get
'Uso
Dim instance As ChartGridLines
Dim value As ChartGridLinesInstance
value = instance.Instance
public ChartGridLinesInstance Instance { get; }
public:
property ChartGridLinesInstance^ Instance {
ChartGridLinesInstance^ get ();
}
member Instance : ChartGridLinesInstance
function get Instance () : ChartGridLinesInstance
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartGridLinesInstance
A ChartGridLinesInstance object.