Właściwość ParagraphInstance.LeftIndent
Pobiera wartość obliczoną LeftIndent właściwość w Paragraph klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overridable ReadOnly Property LeftIndent As ReportSize
Get
'Użycie
Dim instance As ParagraphInstance
Dim value As ReportSize
value = instance.LeftIndent
public virtual ReportSize LeftIndent { get; }
public:
virtual property ReportSize^ LeftIndent {
ReportSize^ get ();
}
abstract LeftIndent : ReportSize
override LeftIndent : ReportSize
function get LeftIndent () : ReportSize
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize wartości reprezentującej obliczonej wartości LeftIndent właściwość.
Zobacz także