Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the definition class of this ParagraphInstance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Definition As Paragraph
Get
'Usage
Dim instance As ParagraphInstance
Dim value As Paragraph
value = instance.Definition
public Paragraph Definition { get; }
public:
property Paragraph^ Definition {
Paragraph^ get ();
}
member Definition : Paragraph
function get Definition () : Paragraph
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Paragraph
A Paragraph object that represents the definition class of this ParagraphInstance.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace