LayoutEditor.GetListStyle(LayoutEditor+SelectedPropertyState) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Nullable<Microsoft::ReportingServices::RdlObjectModel::ListStyle> GetListStyle([Runtime::InteropServices::Out] Microsoft::ReportDesigner::LayoutEditor::SelectedPropertyState % state);
public Microsoft.ReportingServices.RdlObjectModel.ListStyle? GetListStyle (out Microsoft.ReportDesigner.LayoutEditor.SelectedPropertyState state);
member this.GetListStyle : SelectedPropertyState -> Nullable<Microsoft.ReportingServices.RdlObjectModel.ListStyle>
Public Function GetListStyle (ByRef state As LayoutEditor.SelectedPropertyState) As Nullable(Of ListStyle)